mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: ignore array-bracket-spacing
This commit is contained in:
parent
d69113a614
commit
4d991a2546
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
},
|
||||
"rules": {
|
||||
"semi": 0,
|
||||
"array-bracket-spacing": 0,
|
||||
"space-before-function-paren": 0,
|
||||
"no-unneeded-ternary": 0,
|
||||
"comma-dangle": 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue