Skip to content

Commit 453cd99

Browse files
chore: updated eslint internal rules
1 parent 783fc0e commit 453cd99

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

typescript-version/.vscode/settings.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
"volar.preview.port": 3000,
3232
"volar.completion.preferredTagNameCase": "pascal",
3333
// Extension: ESLint
34-
"eslint.options": {
35-
"rulePaths": [
36-
"eslint-internal-rules"
37-
]
38-
},
3934
"editor.codeActionsOnSave": {
4035
"source.fixAll.eslint": true,
4136
"source.fixAll.stylelint": true,
@@ -111,4 +106,4 @@
111106
}
112107
]
113108
}
114-
}
109+
}

typescript-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "vite build",
88
"preview": "vite preview --port 5050",
99
"typecheck": "vue-tsc --noEmit",
10-
"lint": "eslint . -c .eslintrc.js --fix --rulesdir eslint-internal-rules/ --ext .ts,.js,.vue,.tsx,.jsx",
10+
"lint": "eslint . -c .eslintrc.js --fix --ext .ts,.js,.vue,.tsx,.jsx",
1111
"build:icons": "tsc -b src/@iconify && node src/@iconify/build-icons.js",
1212
"postinstall": "npm run build:icons"
1313
},

0 commit comments

Comments
 (0)