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