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 a5a999f commit abde6aaCopy full SHA for abde6aa
package.json
@@ -9,7 +9,7 @@
9
],
10
"scripts": {
11
"prepare": "husky install",
12
- "format": "prettier --check ./**/*.ts",
+ "format": "prettier --check ./**/*.[jt]s",
13
"lint": "eslint .",
14
"test": "mocha",
15
"test:watch": "mocha --watch --reporter min"
@@ -33,11 +33,11 @@
33
},
34
"homepage": "https://github.com/jay-es/eslint-plugin-vue-sort-components#readme",
35
"lint-staged": {
36
- "*.js": [
+ "*.[jt]s": [
37
"prettier --check",
38
- "eslint",
39
- "mocha"
40
- ]
+ "eslint"
+ ],
+ "*.ts": "mocha"
41
42
"dependencies": {
43
"natural-compare": "^1.4.0"
0 commit comments