Last change
on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
647 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "root": true,
|
---|
| 3 |
|
---|
| 4 | "extends": "@ljharb",
|
---|
| 5 |
|
---|
| 6 | "rules": {
|
---|
| 7 | "complexity": 0,
|
---|
| 8 | "consistent-return": 1,
|
---|
| 9 | "func-name-matching": 0,
|
---|
| 10 | "id-length": [2, { "min": 1, "max": 25, "properties": "never" }],
|
---|
| 11 | "indent": [2, 4],
|
---|
| 12 | "max-lines-per-function": [2, { "max": 150 }],
|
---|
| 13 | "max-params": [2, 14],
|
---|
| 14 | "max-statements": [2, 52],
|
---|
| 15 | "multiline-comment-style": 0,
|
---|
| 16 | "no-continue": 1,
|
---|
| 17 | "no-magic-numbers": 0,
|
---|
| 18 | "no-restricted-syntax": [2, "BreakStatement", "DebuggerStatement", "ForInStatement", "LabeledStatement", "WithStatement"],
|
---|
| 19 | "operator-linebreak": [2, "before"],
|
---|
| 20 | }
|
---|
| 21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.