|
8 | 8 | "no-unused-import": "off", |
9 | 9 | "max-states-count": "off", |
10 | 10 | "no-inline-assembly": "off", |
11 | | - "mark-callable-contracts": "off", |
12 | 11 | "gas-custom-errors": "off", |
13 | 12 | "one-contract-per-file": "off", |
14 | 13 | "max-line-length": ["error", 120], |
|
17 | 16 | "private-vars-leading-underscore": "off", |
18 | 17 | "reason-string": ["error", { "maxLength": 64 } ], |
19 | 18 | "compiler-version": ["off"], |
20 | | - "func-visibility" : ["error", { "ignoreConstructors": true }] |
| 19 | + "func-visibility" : ["error", { "ignoreConstructors": true }], |
| 20 | + "use-natspec": "off", |
| 21 | + "import-path-check": "off", |
| 22 | + "gas-indexed-events": "off", |
| 23 | + "gas-struct-packing": "off", |
| 24 | + "gas-small-strings": "off", |
| 25 | + "gas-increment-by-one": "off", |
| 26 | + "gas-strict-inequalities": "off", |
| 27 | + "gas-calldata-parameters": "off", |
| 28 | + "function-max-lines": "off", |
| 29 | + "contract-name-capwords": "off" |
21 | 30 | } |
22 | 31 | } |
0 commit comments