|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
284 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "root": true,
|
|---|
| 3 |
|
|---|
| 4 | "extends": "@ljharb",
|
|---|
| 5 |
|
|---|
| 6 | "rules": {
|
|---|
| 7 | "id-length": "off",
|
|---|
| 8 | "no-extra-parens": "off",
|
|---|
| 9 | },
|
|---|
| 10 |
|
|---|
| 11 | "overrides": [
|
|---|
| 12 | {
|
|---|
| 13 | "files": ["test/**/*.js"],
|
|---|
| 14 | "rules": {
|
|---|
| 15 | "id-length": "off",
|
|---|
| 16 | "multiline-comment-style": "off",
|
|---|
| 17 | "no-empty-function": "off",
|
|---|
| 18 | },
|
|---|
| 19 | },
|
|---|
| 20 | ],
|
|---|
| 21 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.