|
3 | 3 | "node": true,
|
4 | 4 | "es2022": true
|
5 | 5 | },
|
6 |
| - "ignorePatterns": ["util/temp.js", "befehle/eval.js"], |
| 6 | + "plugins": ["unicorn", "sonarjs"], |
| 7 | + "ignorePatterns": ["index.test.js"], |
7 | 8 | "rules": {
|
8 | 9 | "array-bracket-spacing": 2,
|
9 | 10 | "array-callback-return": 2,
|
|
23 | 24 | "key-spacing": 2,
|
24 | 25 | "keyword-spacing": 2,
|
25 | 26 | "max-statements-per-line": 2,
|
26 |
| - "max-len": [2, { "code": 500 }], |
27 |
| - "new-cap": 2, |
| 27 | + "max-len": [2, { "code": 250 }], |
28 | 28 | "new-parens": 2,
|
29 | 29 | "no-array-constructor": 2,
|
30 | 30 | "no-compare-neg-zero": 2,
|
31 | 31 | "no-const-assign": 2,
|
| 32 | + "no-constructor-return": 2, |
32 | 33 | "no-dupe-args": 2,
|
33 | 34 | "no-dupe-keys": 2,
|
34 | 35 | "no-duplicate-case": 2,
|
|
60 | 61 | "no-unreachable": 1,
|
61 | 62 | "no-unreachable-loop": 2,
|
62 | 63 | "no-unsafe-finally": 2,
|
63 |
| - "no-unused-vars": [2, { "argsIgnorePattern": "args|next", "varsIgnorePattern": "updateSlashcommands" }], |
| 64 | + "no-unused-vars": 2, |
64 | 65 | "no-useless-computed-key": 2,
|
65 | 66 | "no-useless-rename": 2,
|
66 | 67 | "no-useless-escape": 2,
|
|
72 | 73 | "no-useless-backreference": 2,
|
73 | 74 | "no-useless-catch": 2,
|
74 | 75 | "no-unneeded-ternary": 2,
|
| 76 | + "no-undef": [2, { "typeof": true }], |
75 | 77 | "no-undef-init": 2,
|
76 | 78 | "no-useless-constructor": 2,
|
77 | 79 | "no-redeclare": 2,
|
|
83 | 85 | "no-unsafe-optional-chaining": 2,
|
84 | 86 | "no-unmodified-loop-condition": 2,
|
85 | 87 | "no-promise-executor-return": 2,
|
86 |
| - "no-warning-comments": 2, |
87 |
| - "no-new": 2, |
88 |
| - "no-var": 1, |
| 88 | + "no-warning-comments": 1, |
| 89 | + "no-var": 2, |
89 | 90 | "no-new-func": 2,
|
90 | 91 | "no-new-wrappers": 2,
|
91 | 92 | "no-multi-str": 2,
|
|
97 | 98 | "no-irregular-whitespace": [2, { "skipRegExps": true }],
|
98 | 99 | "no-constant-condition": 2,
|
99 | 100 | "no-undefined": 2,
|
100 |
| - "no-confusing-arrow": 2, |
101 | 101 | "no-lone-blocks": 2,
|
102 | 102 | "no-whitespace-before-property": 2,
|
103 | 103 | "object-shorthand": 2,
|
104 | 104 | "prefer-arrow-callback": 2,
|
105 |
| - "prefer-const": 1, |
| 105 | + "prefer-const": 2, |
106 | 106 | "quotes": [2, "double", { "allowTemplateLiterals": false, "avoidEscape": true }],
|
107 | 107 | "use-isnan": 2,
|
108 |
| - "valid-typeof": 2 |
| 108 | + "valid-typeof": 2, |
| 109 | + |
| 110 | + "unicorn/empty-brace-spaces": 2, |
| 111 | + "unicorn/error-message": 2, |
| 112 | + "unicorn/new-for-builtins": 2, |
| 113 | + "unicorn/consistent-destructuring": 2, |
| 114 | + "unicorn/consistent-function-scoping": 2, |
| 115 | + "unicorn/no-array-method-this-argument": 2, |
| 116 | + "unicorn/no-lonely-if": 2, |
| 117 | + "unicorn/no-instanceof-array": 2, |
| 118 | + "unicorn/no-nested-ternary": 2, |
| 119 | + "unicorn/no-new-buffer": 2, |
| 120 | + "unicorn/no-console-spaces": 2, |
| 121 | + "unicorn/no-for-loop": 2, |
| 122 | + "unicorn/no-useless-undefined": 2, |
| 123 | + "unicorn/no-zero-fractions": 2, |
| 124 | + "unicorn/no-unreadable-iife": 2, |
| 125 | + "unicorn/no-unnecessary-await": 2, |
| 126 | + "unicorn/no-unreadable-array-destructuring": 2, |
| 127 | + "unicorn/no-useless-switch-case": 2, |
| 128 | + "unicorn/no-typeof-undefined": 2, |
| 129 | + "unicorn/no-useless-fallback-in-spread": 2, |
| 130 | + "unicorn/no-useless-length-check": 2, |
| 131 | + "unicorn/no-useless-spread": 2, |
| 132 | + "unicorn/no-useless-promise-resolve-reject": 2, |
| 133 | + "unicorn/prefer-array-find": 2, |
| 134 | + "unicorn/prefer-array-index-of": 2, |
| 135 | + "unicorn/prefer-includes": 2, |
| 136 | + "unicorn/prefer-logical-operator-over-ternary": 2, |
| 137 | + "unicorn/prefer-date-now": 2, |
| 138 | + "unicorn/prefer-default-parameters": 2, |
| 139 | + "unicorn/prefer-array-some": 2, |
| 140 | + "unicorn/prefer-blob-reading-methods": 2, |
| 141 | + "unicorn/prefer-at": 2, |
| 142 | + "unicorn/prefer-optional-catch-binding": 2, |
| 143 | + "unicorn/prefer-regexp-test": 2, |
| 144 | + "unicorn/prefer-set-has": 2, |
| 145 | + "unicorn/prefer-set-size": 2, |
| 146 | + "unicorn/prefer-negative-index": 2, |
| 147 | + "unicorn/prefer-node-protocol": 2, |
| 148 | + "unicorn/prefer-prototype-methods": 2, |
| 149 | + "unicorn/prefer-string-trim-start-end": 2, |
| 150 | + "unicorn/prefer-string-starts-ends-with": 2, |
| 151 | + "unicorn/require-array-join-separator": 2, |
| 152 | + "unicorn/require-number-to-fixed-digits-argument": 2, |
| 153 | + "unicorn/switch-case-braces": [2, "avoid"], |
| 154 | + "unicorn/text-encoding-identifier-case": 2, |
| 155 | + |
| 156 | + "sonarjs/no-extra-arguments": 2, |
| 157 | + "sonarjs/no-empty-collection": 2, |
| 158 | + "sonarjs/no-element-overwrite": 2, |
| 159 | + "sonarjs/no-use-of-empty-return-value": 2, |
| 160 | + "sonarjs/no-all-duplicated-branches": 2, |
| 161 | + "sonarjs/no-ignored-return": 2, |
| 162 | + "sonarjs/no-identical-expressions": 2, |
| 163 | + "sonarjs/no-one-iteration-loop": 2, |
| 164 | + "sonarjs/non-existent-operator": 2, |
| 165 | + "sonarjs/no-redundant-boolean": 2, |
| 166 | + "sonarjs/no-unused-collection": 2, |
| 167 | + "sonarjs/prefer-immediate-return": 2, |
| 168 | + "sonarjs/no-inverted-boolean-check": 2, |
| 169 | + "sonarjs/no-redundant-jump": 2, |
| 170 | + "sonarjs/no-same-line-conditional": 2, |
| 171 | + "sonarjs/prefer-object-literal": 2, |
| 172 | + "sonarjs/no-collection-size-mischeck": 2, |
| 173 | + "sonarjs/prefer-while": 2, |
| 174 | + "sonarjs/no-gratuitous-expressions": 2, |
| 175 | + "sonarjs/no-duplicated-branches": 2 |
109 | 176 | }
|
110 | 177 | }
|
0 commit comments