|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
647 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "root": true,
|
|---|
| 3 |
|
|---|
| 4 | "extends": "@ljharb",
|
|---|
| 5 |
|
|---|
| 6 | "env": {
|
|---|
| 7 | "es6": true,
|
|---|
| 8 | "es2017": true,
|
|---|
| 9 | "es2020": true,
|
|---|
| 10 | "es2021": true,
|
|---|
| 11 | "es2022": true,
|
|---|
| 12 | },
|
|---|
| 13 |
|
|---|
| 14 | "globals": {
|
|---|
| 15 | "Float16Array": false,
|
|---|
| 16 | },
|
|---|
| 17 |
|
|---|
| 18 | "rules": {
|
|---|
| 19 | "array-bracket-newline": 0,
|
|---|
| 20 | "complexity": 0,
|
|---|
| 21 | "eqeqeq": [2, "allow-null"],
|
|---|
| 22 | "func-name-matching": 0,
|
|---|
| 23 | "id-length": 0,
|
|---|
| 24 | "max-lines": 0,
|
|---|
| 25 | "max-lines-per-function": [2, 90],
|
|---|
| 26 | "max-params": [2, 4],
|
|---|
| 27 | "max-statements": 0,
|
|---|
| 28 | "max-statements-per-line": [2, { "max": 2 }],
|
|---|
| 29 | "multiline-comment-style": 0,
|
|---|
| 30 | "no-magic-numbers": 0,
|
|---|
| 31 | "sort-keys": 0,
|
|---|
| 32 | },
|
|---|
| 33 |
|
|---|
| 34 | "overrides": [
|
|---|
| 35 | {
|
|---|
| 36 | "files": "test/**",
|
|---|
| 37 | "rules": {
|
|---|
| 38 | "new-cap": 0,
|
|---|
| 39 | },
|
|---|
| 40 | },
|
|---|
| 41 | ],
|
|---|
| 42 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.