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 5068ee1 commit e6edca1Copy full SHA for e6edca1
package.json
@@ -23,8 +23,8 @@
23
"dev": "nuxi dev .playground",
24
"dev:build": "nuxi build .playground",
25
"dev:prepare": "nuxt-module-build --stub && nuxi prepare .playground",
26
- "eslint": "eslint .",
27
- "eslint:fix": "eslint --fix .",
+ "eslint": "eslint --ext .ts,.vue .",
+ "eslint:fix": "eslint --ext .ts,.vue --fix .",
28
"test": "run-p test:*",
29
"test:lint": "run-s eslint",
30
"test:tsc": "vue-tsc --noEmit",
tsconfig.json
@@ -1,3 +1,3 @@
1
{
2
"extends": "./.playground/.nuxt/tsconfig.json"
3
-}
+}
0 commit comments