source:
trip-planner-front/node_modules/function-bind/.eslintrc@
b738035
Last change on this file since b738035 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 231 bytes |
Line | |
---|---|
1 | { |
2 | "root": true, |
3 | |
4 | "extends": "@ljharb", |
5 | |
6 | "rules": { |
7 | "func-name-matching": 0, |
8 | "indent": [2, 4], |
9 | "max-nested-callbacks": [2, 3], |
10 | "max-params": [2, 3], |
11 | "max-statements": [2, 20], |
12 | "no-new-func": [1], |
13 | "strict": [0] |
14 | } |
15 | } |
Note:
See TracBrowser
for help on using the repository browser.