mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
Disable "comma-dangle" eslint rule
There are commas dangling all over project…
This commit is contained in:
parent
94428049cc
commit
a01d470fd8
@ -7,7 +7,7 @@
|
||||
"semi": 1,
|
||||
"no-cond-assign": 2,
|
||||
"no-debugger": 2,
|
||||
"comma-dangle": 1,
|
||||
"comma-dangle": 0,
|
||||
"no-unreachable" : 2
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user