mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: ignore no-unneeded-ternary
This commit is contained in:
parent
c52b095c57
commit
bd981d716b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,9 +35,9 @@
|
|||
"no-unused-expressions": 0,
|
||||
"prefer-spread": 0,
|
||||
"no-redeclare": 0,
|
||||
"no-unneeded-ternary": 0,
|
||||
"no-var": 0,
|
||||
"semi": 0,
|
||||
"no-unneeded-ternary": 0,
|
||||
"comma-dangle": 0,
|
||||
"object-curly-spacing": 0,
|
||||
"standard/object-curly-even-spacing": 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue