Add eslint cache in all eslint command

pull/398/head
Amrit Timalsina 2022-11-11 17:24:15 +05:45
parent 69420de04a
commit 3457519d7c
1 changed files with 1 additions and 1 deletions

View File

@ -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"