source:
imaps-frontend/node_modules/for-each/.eslintrc
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 378 bytes |
Line | |
---|---|
1 | { |
2 | "root": true, |
3 | |
4 | "extends": "@ljharb", |
5 | |
6 | "rules": { |
7 | "eqeqeq": [2, "allow-null"], |
8 | "func-name-matching": 0, |
9 | "indent": [2, 4], |
10 | "max-nested-callbacks": [2, 3], |
11 | "max-params": [2, 3], |
12 | "max-statements": [2, 14], |
13 | "no-invalid-this": [1], |
14 | "no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"], |
15 | } |
16 | } |
Note:
See TracBrowser
for help on using the repository browser.