From 4584cff1da066d182b6a589ad7f581a01e047e18 Mon Sep 17 00:00:00 2001 From: Amrit Timalsina Date: Wed, 16 Nov 2022 15:27:45 +0545 Subject: [PATCH] Add cache option in remaining eslint scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba812b7..ec0b649 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test": "npm run test:eslint && npm run test:stylelint && npm run test:i18n-packs && npm run test:jest", "test:jest": "jest --env=jsdom /test/.*.js?$", "test:fix": "npm run test:eslint:fix", - "test:eslint": "eslint 'src/**/*.{js,vue}'", + "test:eslint": "eslint 'src/**/*.{js,vue}' --cache", "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",