mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-16 19:11:39 -04:00
24 lines
374 B
Plaintext
24 lines
374 B
Plaintext
{
|
|
"rules": {
|
|
"indent": [
|
|
2,
|
|
"tab"
|
|
],
|
|
"quotes": [
|
|
2,
|
|
"single"
|
|
],
|
|
"linebreak-style": [
|
|
2,
|
|
"windows"
|
|
],
|
|
"semi": [
|
|
2,
|
|
"always"
|
|
]
|
|
},
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": "eslint:recommended"
|
|
} |