source: imaps-frontend/node_modules/object-keys/.eslintrc

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • 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.