We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2dbd2 commit 74723d4Copy full SHA for 74723d4
package.json
@@ -15,7 +15,7 @@
15
"test": "vue-cli-service test:unit --coverage && npm run test:cypress",
16
"test:unit": "vue-cli-service test:unit",
17
"test:cypress": "node_modules/.bin/cypress open",
18
- "lint": "vue-cli-service lint && npx stylelint ./src/**/*.{vue,css} --fix",
+ "lint": "vue-cli-service lint src/**/*.{vue,js} --fix && npx stylelint ./src/**/*.{vue,css} --fix",
19
"i18n:report": "vue-cli-service i18n:report -v --src src/**/*.vue --locales src/locales/**.json -o output.json"
20
},
21
"dependencies": {
0 commit comments