Files
azuredatastudio/tslint-sql.json
2019-08-05 09:46:22 -07:00

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"]
}
}