mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
20 lines
257 B
JSON
20 lines
257 B
JSON
{
|
|
"rulesDirectory": [
|
|
"build/lib/tslint"
|
|
],
|
|
"rules": {
|
|
"double-quoted-string-arg": [
|
|
true,
|
|
{
|
|
"signatures": [
|
|
"localize",
|
|
"nls.localize"
|
|
],
|
|
"argIndex": 1
|
|
}
|
|
]
|
|
},
|
|
"linterOptions": {
|
|
"exclude": ["src/vs/**/*.ts"]
|
|
}
|
|
} |