main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
627 bytes
|
Line | |
---|
1 | {
|
---|
2 | "root": true,
|
---|
3 |
|
---|
4 | "extends": "@ljharb",
|
---|
5 |
|
---|
6 | "ignorePatterns": ["dist/"],
|
---|
7 |
|
---|
8 | "rules": {
|
---|
9 | "eqeqeq": [2, "allow-null"],
|
---|
10 | "id-length": [2, { "min": 1, "max": 30 }],
|
---|
11 | "max-statements": [2, 33],
|
---|
12 | "max-statements-per-line": [2, { "max": 2 }],
|
---|
13 | "no-magic-numbers": [1, { "ignore": [0] }],
|
---|
14 | "no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"],
|
---|
15 | },
|
---|
16 |
|
---|
17 | "overrides": [
|
---|
18 | {
|
---|
19 | "files": "test/**",
|
---|
20 | "rules": {
|
---|
21 | "no-invalid-this": 1,
|
---|
22 | "max-lines-per-function": 0,
|
---|
23 | "max-statements-per-line": [2, { "max": 3 }],
|
---|
24 | "no-magic-numbers": 0,
|
---|
25 | },
|
---|
26 | },
|
---|
27 | ],
|
---|
28 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.