|
12 | 12 | "quotes": ["error", "single"], |
13 | 13 | "semi": "off", |
14 | 14 | "object-curly-spacing": "off", |
| 15 | + "object-curly-newline": "off", |
| 16 | + "object-shorthand": "off", |
15 | 17 | "lines-between-class-members": "off", |
16 | 18 | "padded-blocks": "off", |
17 | 19 | "no-trailing-spaces": "off", |
18 | 20 | "eol-last": "off", |
19 | 21 | "array-bracket-spacing": "off", |
20 | 22 | "no-process-exit": "off", |
21 | | - "unicorn/no-process-exit": "off" |
| 23 | + "operator-linebreak": "off", |
| 24 | + "complexity": "off", |
| 25 | + "max-depth": "off", |
| 26 | + "function-call-argument-newline": "off", |
| 27 | + "prefer-destructuring": "off", |
| 28 | + "prefer-arrow-callback": "off", |
| 29 | + "valid-jsdoc": "off", |
| 30 | + "padding-line-between-statements": "off", |
| 31 | + "n/no-process-exit": "off", |
| 32 | + "import/namespace": "off", |
| 33 | + "import/no-named-as-default-member": "off", |
| 34 | + "unicorn/no-process-exit": "off", |
| 35 | + "unicorn/prefer-node-protocol": "off", |
| 36 | + "unicorn/prefer-module": "off", |
| 37 | + "unicorn/prefer-optional-catch-binding": "off", |
| 38 | + "unicorn/prefer-native-coercion-functions": "off", |
| 39 | + "unicorn/prefer-at": "off", |
| 40 | + "unicorn/prefer-number-properties": "off", |
| 41 | + "unicorn/prefer-string-slice": "off", |
| 42 | + "unicorn/prefer-string-replace-all": "off", |
| 43 | + "unicorn/prefer-ternary": "off", |
| 44 | + "unicorn/no-array-reduce": "off", |
| 45 | + "unicorn/no-array-for-each": "off", |
| 46 | + "unicorn/no-for-loop": "off", |
| 47 | + "unicorn/no-await-expression-member": "off", |
| 48 | + "unicorn/switch-case-braces": "off", |
| 49 | + "unicorn/import-style": "off", |
| 50 | + "unicorn/consistent-function-scoping": "off", |
| 51 | + "@typescript-eslint/no-explicit-any": "off", |
| 52 | + "@typescript-eslint/no-require-imports": "off", |
| 53 | + "perfectionist/sort-imports": "off", |
| 54 | + "perfectionist/sort-classes": "off", |
| 55 | + "perfectionist/sort-objects": "off", |
| 56 | + "perfectionist/sort-union-types": "off", |
| 57 | + "perfectionist/sort-interfaces": "off", |
| 58 | + "perfectionist/sort-named-imports": "off", |
| 59 | + "perfectionist/sort-named-exports": "off", |
| 60 | + "perfectionist/sort-object-types": "off" |
22 | 61 | } |
23 | 62 | } |
0 commit comments