mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
14 lines
205 B
JSON
14 lines
205 B
JSON
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"semi": 1,
|
|
"no-cond-assign": 2,
|
|
"no-debugger": 2,
|
|
"comma-dangle": 0,
|
|
"no-unreachable": 2
|
|
}
|
|
}
|