Skip to content

Commit e6edca1

Browse files
chore: update eslint script
1 parent 5068ee1 commit e6edca1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dev": "nuxi dev .playground",
2424
"dev:build": "nuxi build .playground",
2525
"dev:prepare": "nuxt-module-build --stub && nuxi prepare .playground",
26-
"eslint": "eslint .",
27-
"eslint:fix": "eslint --fix .",
26+
"eslint": "eslint --ext .ts,.vue .",
27+
"eslint:fix": "eslint --ext .ts,.vue --fix .",
2828
"test": "run-p test:*",
2929
"test:lint": "run-s eslint",
3030
"test:tsc": "vue-tsc --noEmit",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"extends": "./.playground/.nuxt/tsconfig.json"
3-
}
3+
}

0 commit comments

Comments
 (0)