Skip to content

Commit 7cfb9df

Browse files
committed
build: apply linter at root dir
1 parent 1571c16 commit 7cfb9df

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.eslintignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build/
2+
node_modules/
3+
4+
.eslintrc.js
5+
postcss.config.js
6+
svelte.config.js
7+
tailwind.config.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start:chrome": "cross-env AUTOLAUNCH=true npm run dev:chrome",
1212
"start:firefox": "cross-env AUTOLAUNCH=true npm run dev:firefox",
1313
"lint": "npm run lint:check -- --fix",
14-
"lint:check": "eslint src --max-warnings=0",
14+
"lint:check": "eslint . --max-warnings=0",
1515
"postinstall": "patch-package"
1616
},
1717
"dependencies": {

0 commit comments

Comments
 (0)