mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-26 02:51:36 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
19
src/.eslintrc
Normal file
19
src/.eslintrc
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user