mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
Change double-quote hygiene rule to tslint rule (#6514)
This commit is contained in:
20
tslint-sql.json
Normal file
20
tslint-sql.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"rulesDirectory": [
|
||||
"build/lib/tslint"
|
||||
],
|
||||
"rules": {
|
||||
"double-quoted-string-arg": [
|
||||
true,
|
||||
{
|
||||
"signatures": [
|
||||
"localize",
|
||||
"nls.localize"
|
||||
],
|
||||
"argIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"linterOptions": {
|
||||
"exclude": ["src/vs/**/*.ts"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user