mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Set ignored, warn lint rules
This commit is contained in:
parent
5566911888
commit
7840ca5fa7
1 changed files with 7 additions and 0 deletions
|
|
@ -31,6 +31,13 @@
|
|||
"process": false
|
||||
},
|
||||
"rules": {
|
||||
"require-jsdoc": 0,
|
||||
"valid-jsdoc": 0,
|
||||
"no-invalid-this": 0,
|
||||
"no-console": 0,
|
||||
"guard-for-in": 0,
|
||||
"no-mixed-operators": 1,
|
||||
"no-useless-escape": 1,
|
||||
"no-bitwise": 2,
|
||||
"camelcase": 2,
|
||||
"curly": 2,
|
||||
|
|
|
|||
Loading…
Reference in a new issue