mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: ignore object-curly-spacing
This commit is contained in:
parent
6e44e96de8
commit
3c91566c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,9 +44,9 @@
|
|||
"no-unneeded-ternary": 0,
|
||||
"padded-blocks": 0,
|
||||
"no-var": 0,
|
||||
"object-curly-spacing": 0,
|
||||
"comma-dangle": 0,
|
||||
"semi": 0,
|
||||
"object-curly-spacing": 0,
|
||||
"require-jsdoc": 0,
|
||||
"valid-jsdoc": 0,
|
||||
"no-invalid-this": 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue