1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-08 08:02:49 +00:00

update tslint

This commit is contained in:
2018-08-13 21:20:16 -05:00
parent dd0a9e0ff6
commit fcfa29bdf5

View File

@@ -1,6 +1,7 @@
{
"extends": "tslint-config-airbnb",
"rules": {
"semicolon": [true, "always", "ignore-bound-class-methods"],
"max-line-length": [true, 120],
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"],
"import-name": false,