Skip to content

Commit 77dcde1

Browse files
fix: remove rules that aren't ready for ts
1 parent 0788fee commit 77dcde1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/plugins/unicorn.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ export const settings: Linter.Config = {
1414
"unicorn/no-nested-ternary": "off",
1515
"unicorn/no-null": "off",
1616
"unicorn/no-useless-undefined": "off",
17-
"unicorn/prefer-at": [
18-
"error",
19-
{
20-
checkAllIndexAccess: true,
21-
},
22-
],
23-
"unicorn/prefer-object-has-own": "error",
17+
// "unicorn/prefer-at": [
18+
// "error",
19+
// {
20+
// checkAllIndexAccess: true,
21+
// },
22+
// ],
23+
// "unicorn/prefer-object-has-own": "error",
2424
"unicorn/prefer-string-replace-all": "error",
2525
"unicorn/prefer-top-level-await": "error",
2626
"unicorn/prevent-abbreviations": "off",

0 commit comments

Comments
 (0)