main
|
Last change
on this file since 142c0f8 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 18 months ago |
|
Initial commit
|
-
Property mode
set to
100644
|
|
File size:
253 bytes
|
| Rev | Line | |
|---|
| [d24f17c] | 1 | {
|
|---|
| 2 | "root": true,
|
|---|
| 3 |
|
|---|
| 4 | "extends": "@ljharb",
|
|---|
| 5 |
|
|---|
| 6 | "rules": {
|
|---|
| 7 | "func-name-matching": 0,
|
|---|
| 8 | "indent": [2, 4],
|
|---|
| 9 | "no-new-func": [1],
|
|---|
| 10 | },
|
|---|
| 11 |
|
|---|
| 12 | "overrides": [
|
|---|
| 13 | {
|
|---|
| 14 | "files": "test/**",
|
|---|
| 15 | "rules": {
|
|---|
| 16 | "max-lines-per-function": 0,
|
|---|
| 17 | "strict": [0]
|
|---|
| 18 | },
|
|---|
| 19 | },
|
|---|
| 20 | ],
|
|---|
| 21 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.