|
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:
404 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "root": true,
|
|---|
| 3 |
|
|---|
| 4 | "extends": "@ljharb",
|
|---|
| 5 |
|
|---|
| 6 | "rules": {
|
|---|
| 7 | "id-length": "off",
|
|---|
| 8 | "new-cap": ["error", {
|
|---|
| 9 | "capIsNewExceptions": [
|
|---|
| 10 | "GetIntrinsic"
|
|---|
| 11 | ],
|
|---|
| 12 | }],
|
|---|
| 13 | "no-extra-parens": "off",
|
|---|
| 14 | },
|
|---|
| 15 |
|
|---|
| 16 | "overrides": [
|
|---|
| 17 | {
|
|---|
| 18 | "files": ["test/**/*.js"],
|
|---|
| 19 | "rules": {
|
|---|
| 20 | "id-length": "off",
|
|---|
| 21 | "max-lines-per-function": "off",
|
|---|
| 22 | "multiline-comment-style": "off",
|
|---|
| 23 | "no-empty-function": "off",
|
|---|
| 24 | },
|
|---|
| 25 | },
|
|---|
| 26 | ],
|
|---|
| 27 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.