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:
603 bytes
|
Rev | Line | |
---|
[d565449] | 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 | "rules": {
|
---|
| 15 | "array-bracket-newline": 0,
|
---|
| 16 | "complexity": 0,
|
---|
| 17 | "eqeqeq": [2, "allow-null"],
|
---|
| 18 | "func-name-matching": 0,
|
---|
| 19 | "id-length": 0,
|
---|
| 20 | "max-lines": 0,
|
---|
| 21 | "max-lines-per-function": [2, 90],
|
---|
| 22 | "max-params": [2, 4],
|
---|
| 23 | "max-statements": 0,
|
---|
| 24 | "max-statements-per-line": [2, { "max": 2 }],
|
---|
| 25 | "multiline-comment-style": 0,
|
---|
| 26 | "no-magic-numbers": 0,
|
---|
| 27 | "sort-keys": 0,
|
---|
| 28 | },
|
---|
| 29 |
|
---|
| 30 | "overrides": [
|
---|
| 31 | {
|
---|
| 32 | "files": "test/**",
|
---|
| 33 | "rules": {
|
---|
| 34 | "new-cap": 0,
|
---|
| 35 | },
|
---|
| 36 | },
|
---|
| 37 | ],
|
---|
| 38 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.