We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1571c16 commit 7cfb9dfCopy full SHA for 7cfb9df
.eslintignore
@@ -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
@@ -11,7 +11,7 @@
11
"start:chrome": "cross-env AUTOLAUNCH=true npm run dev:chrome",
12
"start:firefox": "cross-env AUTOLAUNCH=true npm run dev:firefox",
13
"lint": "npm run lint:check -- --fix",
14
- "lint:check": "eslint src --max-warnings=0",
+ "lint:check": "eslint . --max-warnings=0",
15
"postinstall": "patch-package"
16
},
17
"dependencies": {
0 commit comments