Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
358 bytes
|
Line | |
---|
1 | {
|
---|
2 | "extends": "@ljharb",
|
---|
3 | "root": true,
|
---|
4 | "rules": {
|
---|
5 | "func-style": 1,
|
---|
6 | "operator-linebreak": [2, "before"],
|
---|
7 | },
|
---|
8 | "overrides": [
|
---|
9 | {
|
---|
10 | "files": "test/**",
|
---|
11 | "rules": {
|
---|
12 | "global-require": 0,
|
---|
13 | "max-lines-per-function": 0,
|
---|
14 | "no-negated-condition": 0,
|
---|
15 | },
|
---|
16 | },
|
---|
17 | ],
|
---|
18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.