There was an error while loading. Please reload this page.
2 parents 6c9bf62 + 886195a commit ec1a9beCopy full SHA for ec1a9be
1 file changed
package.json
@@ -20,8 +20,8 @@
20
"watch": "vite --mode development build --watch",
21
"typescript:check": "tsc --noEmit",
22
"typescript:generate": "npx openapi-typescript ./openapi.json --immutable -t -o src/types/openapi/openapi.ts",
23
- "lint": "eslint --ext .js,.vue src",
24
- "lint:fix": "eslint --ext .js,.vue src --fix",
+ "lint": "ESLINT_USE_FLAT_CONFIG=false eslint --ext .js,.vue src",
+ "lint:fix": "ESLINT_USE_FLAT_CONFIG=false eslint --ext .js,.vue src --fix",
25
"stylelint": "stylelint 'css/*.css' 'css/*.scss' 'src/**/*.scss' 'src/**/*.vue'",
26
"stylelint:fix": "stylelint 'css/*.css' 'css/*.scss' 'src/**/*.scss' 'src/**/*.vue' --fix",
27
"tests": "npx cypress run",
0 commit comments