source: trip-planner-front/node_modules/function-bind/.eslintrc@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
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.