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

minor updates - added babel polyfill

This commit is contained in:
2018-03-27 20:58:44 -05:00
parent 3adf99fdc7
commit b7cefa92a8
7 changed files with 35 additions and 21 deletions

View File

@@ -1,10 +1,11 @@
{
"extends": "tslint-config-airbnb",
"rules": {
"max-line-length": [true, 120],
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"],
"import-name": false,
"ter-arrow-parens": [true, "as-needed"],
"align": [true, "parameters", "statements"],
"typedef": [true, "call-signature", "parameter", "member-variable-declaration"],
"member-access": [true]
}
}