aswi2020vldc-gitlab/templetes/node_modules/deep-equal/.eslintrc @ 0b434236
1 | 3a515b92 | cagy | { |
---|---|---|---|
2 | "root": true, |
||
3 | "extends": "@ljharb", |
||
4 | "rules": { |
||
5 | "complexity": 0, |
||
6 | "eqeqeq": 1, |
||
7 | "func-style": [2, "declaration"], |
||
8 | "indent": [2, 2], |
||
9 | "max-params": [2, 3], |
||
10 | "max-statements-per-line": [2, { "max": 2 }], |
||
11 | "strict": 1, |
||
12 | }, |
||
13 | "overrides": [ |
||
14 | { |
||
15 | "files": ["example/**", "test/**"], |
||
16 | "rules": { |
||
17 | "max-params": 0, |
||
18 | "no-console": 0, |
||
19 | }, |
||
20 | }, |
||
21 | ], |
||
22 | } |