Skip to content

Commit b0f467d

Browse files
authored
Remove website from linting (#4355)
Ensures that linting works, the website does its own next-linting thing. Maybe worth someday to chunk this up into workspaces or updating our deps so that we don't have this many incompatibilities. I would say that we should reduce our linting a bit as it's extraneous
1 parent 85066a0 commit b0f467d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.mjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ export default tsConfig(
2121
'npmDist',
2222
'npmEsmDist',
2323
'denoDist',
24-
'website/.next',
25-
'website/out',
24+
'website',
2625
'integrationTests/ts/*.ts',
2726
],
2827
},

0 commit comments

Comments
 (0)