Add eslint cache in all eslint command
parent
69420de04a
commit
3457519d7c
|
@ -24,7 +24,7 @@
|
|||
"test:jest": "jest --env=jsdom /test/.*.js?$",
|
||||
"test:fix": "npm run test:eslint:fix",
|
||||
"test:eslint": "eslint 'src/**/*.{js,vue}'",
|
||||
"test:eslint:fix": "npm run test:eslint -- --fix",
|
||||
"test:eslint:fix": "npm run test:eslint -- --fix --cache",
|
||||
"test:stylelint": "stylelint 'src/**/*.scss' --config node_modules/do-bulma/.stylelintrc.json",
|
||||
"test:i18n-packs": "node --es-module-specifier-resolution=node src/nginxconfig/i18n/verify.js",
|
||||
"prepare": "husky install"
|
||||
|
|
Loading…
Reference in New Issue