We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac4f1d commit ae2dc3fCopy full SHA for ae2dc3f
1 file changed
package.json
@@ -48,7 +48,7 @@
48
"vm-browserify": "^1.1.2"
49
},
50
"scripts": {
51
- "lint": "eslint -c eslint.config.js src/app/**/*.{ts,tsx} --fix",
+ "lint": "eslint -c eslint.config.js src/**/*.{ts,tsx} --fix",
52
"start": "vite",
53
"build": "vite build"
54
0 commit comments