Skip to content

Commit 343e0ed

Browse files
committed
xo: Simplify configuration.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 0c784b1 commit 343e0ed

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,7 @@
198198
"prettier": true,
199199
"rules": {
200200
"@typescript-eslint/no-dynamic-delete": "off",
201-
"@typescript-eslint/no-non-null-assertion": "off",
202201
"arrow-body-style": "error",
203-
"import/first": "error",
204-
"import/newline-after-import": "error",
205-
"import/no-cycle": "error",
206202
"import/no-restricted-paths": [
207203
"error",
208204
{
@@ -288,18 +284,13 @@
288284
"disallowTypeAnnotations": false
289285
}
290286
],
291-
"@typescript-eslint/no-confusing-void-expression": "off",
292-
"@typescript-eslint/no-redeclare": "error",
293287
"@typescript-eslint/no-unused-vars": [
294288
"error",
295289
{
296-
"vars": "all",
297-
"args": "after-used",
298290
"argsIgnorePattern": "^_",
299291
"caughtErrors": "all"
300292
}
301-
],
302-
"no-redeclare": "off"
293+
]
303294
},
304295
"settings": {
305296
"import/resolver": "typescript"

0 commit comments

Comments
 (0)