We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0788fee commit 77dcde1Copy full SHA for 77dcde1
src/plugins/unicorn.ts
@@ -14,13 +14,13 @@ export const settings: Linter.Config = {
14
"unicorn/no-nested-ternary": "off",
15
"unicorn/no-null": "off",
16
"unicorn/no-useless-undefined": "off",
17
- "unicorn/prefer-at": [
18
- "error",
19
- {
20
- checkAllIndexAccess: true,
21
- },
22
- ],
23
- "unicorn/prefer-object-has-own": "error",
+ // "unicorn/prefer-at": [
+ // "error",
+ // {
+ // checkAllIndexAccess: true,
+ // },
+ // ],
+ // "unicorn/prefer-object-has-own": "error",
24
"unicorn/prefer-string-replace-all": "error",
25
"unicorn/prefer-top-level-await": "error",
26
"unicorn/prevent-abbreviations": "off",
0 commit comments