|
10 | 10 | "operator-whitespace": "off",
|
11 | 11 | "array-declarations": "error",
|
12 | 12 | "indentation": ["error", 4],
|
13 |
| - "quotes": ["error", "double"], |
| 13 | + "quotes": "off", |
14 | 14 | "conditionals-whitespace": "error",
|
15 | 15 | "comma-whitespace": "error",
|
16 | 16 | "semicolon-whitespace": "error",
|
|
22 | 22 | "blank-lines": "warning",
|
23 | 23 | "whitespace": "warning",
|
24 | 24 | "pragma-on-top": "warning",
|
| 25 | + "function-order": "off", |
25 | 26 | "security/no-low-level-calls": "off",
|
26 | 27 | "security/no-inline-assembly": "off",
|
27 | 28 | "security/no-call-value": "off",
|
28 | 29 | "security/no-block-members": "off",
|
29 | 30 | "security/no-throw": "error",
|
30 | 31 | "security/no-sha3": "error",
|
31 | 32 | "security/no-tx-origin": "error",
|
32 |
| - "security/enforce-explicit-visibility": "error" |
| 33 | + "security/enforce-explicit-visibility": "error", |
| 34 | + "security/no-assign-params": "off", |
| 35 | + "security/no-fixed": "error", |
| 36 | + "security/no-modify-for-iter-var": "error", |
| 37 | + "security/no-send": "error", |
| 38 | + "security/no-unreachable-code": "error", |
| 39 | + "security/else-after-elseif": "off", |
| 40 | + "security/enforce-loop-bounds": "error", |
| 41 | + "security/enforce-placeholder-last": "off", |
| 42 | + "security/return-at-end": "off", |
| 43 | + "security/one-break-per-loop": "error", |
| 44 | + "security/max-statements-in-func": "off", |
| 45 | + "security/no-abstract-func": "off", |
| 46 | + "security/no-bit-operations": "error", |
| 47 | + "security/no-continue": "off", |
| 48 | + "security/no-inheritance": "off", |
| 49 | + "security/no-multiple-inheritance": "off", |
| 50 | + "security/no-named-params": "error", |
| 51 | + "security/no-named-returns": "off", |
| 52 | + "security/256-bit-ints-only": "off", |
| 53 | + "security/no-suicide-or-selfdestruct": "error", |
| 54 | + "security/no-var": "off", |
| 55 | + "security/no-user-defined-modifiers": "off", |
| 56 | + "security/no-void-returns": "off", |
| 57 | + "security/no-func-overriding": "error" |
33 | 58 | }
|
34 | 59 | }
|
0 commit comments