Skip to content

Commit

Permalink
TSLint 룰 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Mar 1, 2018
1 parent 2d16f0e commit e5a5c4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Expand Up @@ -19,6 +19,7 @@
"ordered-imports": false,
"object-literal-sort-keys": false,
"object-literal-key-quotes": [true, "as-needed"],
"member-access": false
"member-access": false,
"interface-over-type-literal": false,
}
}

0 comments on commit e5a5c4f

Please sign in to comment.