Skip to content

Commit 0686217

Browse files
committed
Upgrade build toolchain
Signed-off-by: moznion <moznion@mail.moznion.net>
1 parent 8443491 commit 0686217

3 files changed

Lines changed: 1449 additions & 1114 deletions

File tree

.eslintrc.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ module.exports = {
167167
"error"
168168
],
169169
"no-unused-labels": "error",
170-
"no-unused-vars": [
170+
"no-unused-vars": "off",
171+
"@typescript-eslint/no-unused-vars": [
171172
"error"
172173
],
173174
"no-useless-catch": [
@@ -187,15 +188,13 @@ module.exports = {
187188
"error"
188189
],
189190
"@typescript-eslint/array-type": "error",
190-
"@typescript-eslint/class-name-casing": "error",
191191
"@typescript-eslint/consistent-type-assertions": "error",
192192
"@typescript-eslint/explicit-member-accessibility": [
193193
"error",
194194
{
195195
"accessibility": "explicit"
196196
}
197197
],
198-
"@typescript-eslint/interface-name-prefix": "error",
199198
"@typescript-eslint/no-explicit-any": "error",
200199
"@typescript-eslint/no-inferrable-types": "error",
201200
"@typescript-eslint/no-namespace": "error",

0 commit comments

Comments
 (0)