Drop one more rule from tslint

This commit is contained in:
Pine Wu
2018-10-23 22:17:55 -07:00
parent 86d33a5f5e
commit 140ebceff9
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{
"rules": {
"indent": [true, "tabs"],
"quotemark": [true, "single"],
"semicolon": [true, "always"]
}
}

View File

@ -1,7 +1,6 @@
{
"rules": {
"indent": [true, "tabs"],
"quotemark": [true, "single"],
"semicolon": [true, "always"]
}
}