|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
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.