main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
246 bytes
|
Line | |
---|
1 | {
|
---|
2 | "rules": {
|
---|
3 | "array-bracket-newline": 0,
|
---|
4 | "max-lines-per-function": 0,
|
---|
5 | "max-nested-callbacks": [2, 3],
|
---|
6 | "max-statements": [2, 12],
|
---|
7 | "max-statements-per-line": [2, { "max": 3 }],
|
---|
8 | "no-invalid-this": [1],
|
---|
9 | "object-curly-newline": 0,
|
---|
10 | }
|
---|
11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.