source: trip-planner-front/node_modules/object-keys/.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: 426 bytes
Line 
1{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "complexity": [2, 23],
8 "id-length": [2, { "min": 1, "max": 40 }],
9 "max-params": [2, 3],
10 "max-statements": [2, 23],
11 "max-statements-per-line": [2, { "max": 2 }],
12 "no-extra-parens": [1],
13 "no-invalid-this": [1],
14 "no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "LabeledStatement", "WithStatement"],
15 "operator-linebreak": [2, "after"]
16 }
17}
Note: See TracBrowser for help on using the repository browser.