Update TSLint configuration to detect bad indentation.
This commit is contained in:
parent
a1d945f14f
commit
211ad30f72
136 changed files with 15588 additions and 3 deletions
|
|
@ -2,6 +2,9 @@
|
|||
"extends": [
|
||||
"tslint"
|
||||
],
|
||||
"rulesDirectory": [
|
||||
"./node_modules/tslint-eslint-rules/dist/rules/"
|
||||
],
|
||||
"rules": {
|
||||
"align": [
|
||||
true,
|
||||
|
|
@ -17,9 +20,9 @@
|
|||
"curly": false,
|
||||
"eofline": true,
|
||||
"forin": true,
|
||||
"indent": [
|
||||
"ter-indent": [
|
||||
true,
|
||||
"spaces"
|
||||
2
|
||||
],
|
||||
"jsdoc-format": true,
|
||||
"label-position": true,
|
||||
|
|
@ -138,4 +141,4 @@
|
|||
"check-type"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue