aswi2020vldc-gitlab/templetes/node_modules/is-callable/.eslintrc @ 9bb1e829
1 |
{ |
---|---|
2 |
"root": true, |
3 |
|
4 |
"extends": "@ljharb", |
5 |
|
6 |
"rules": { |
7 |
"id-length": 0, |
8 |
"max-statements": [2, 12], |
9 |
"max-statements-per-line": [2, { "max": 2 }] |
10 |
} |
11 |
} |