|
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:
491 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "root": true,
|
|---|
| 3 |
|
|---|
| 4 | "extends": "@ljharb",
|
|---|
| 5 |
|
|---|
| 6 | "rules": {
|
|---|
| 7 | "id-length": 0,
|
|---|
| 8 | "new-cap": [2, {
|
|---|
| 9 | "capIsNewExceptions": [
|
|---|
| 10 | "AddEntriesFromIterable",
|
|---|
| 11 | "CreateDataPropertyOrThrow",
|
|---|
| 12 | "Get",
|
|---|
| 13 | "GetIterator",
|
|---|
| 14 | "IsArray",
|
|---|
| 15 | "IteratorStep",
|
|---|
| 16 | "IteratorClose",
|
|---|
| 17 | "IteratorValue",
|
|---|
| 18 | "ThrowCompletion",
|
|---|
| 19 | "ToPropertyKey",
|
|---|
| 20 | "Type",
|
|---|
| 21 | "RequireObjectCoercible",
|
|---|
| 22 | ],
|
|---|
| 23 | }],
|
|---|
| 24 | },
|
|---|
| 25 |
|
|---|
| 26 | "overrides": [
|
|---|
| 27 | {
|
|---|
| 28 | "files": "test/**",
|
|---|
| 29 | "rules": {
|
|---|
| 30 | "no-invalid-this": 1,
|
|---|
| 31 | },
|
|---|
| 32 | },
|
|---|
| 33 | ],
|
|---|
| 34 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.