mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
19 lines
286 B
Plaintext
19 lines
286 B
Plaintext
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 6
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"es6": true,
|
|
"browser": true,
|
|
"amd": true
|
|
},
|
|
"rules": {
|
|
"no-console": 0,
|
|
"no-cond-assign": 0,
|
|
"no-unused-vars": "error",
|
|
"no-extra-semi": "error",
|
|
"semi": "error",
|
|
"no-inner-declarations": 0
|
|
}
|
|
} |