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:
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.