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:
378 bytes
|
Line | |
---|
1 | {
|
---|
2 | "root": true,
|
---|
3 |
|
---|
4 | "extends": "@ljharb",
|
---|
5 |
|
---|
6 | "rules": {
|
---|
7 | "eqeqeq": [2, "allow-null"],
|
---|
8 | "func-name-matching": 0,
|
---|
9 | "indent": [2, 4],
|
---|
10 | "max-nested-callbacks": [2, 3],
|
---|
11 | "max-params": [2, 3],
|
---|
12 | "max-statements": [2, 14],
|
---|
13 | "no-invalid-this": [1],
|
---|
14 | "no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"],
|
---|
15 | }
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.