mirror of
https://github.com/mgerb/react-starter
synced 2026-01-10 09:02:49 +00:00
update tslint
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "tslint-config-airbnb",
|
"extends": "tslint-config-airbnb",
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"semicolon": [true, "always", "ignore-bound-class-methods"],
|
||||||
"max-line-length": [true, 120],
|
"max-line-length": [true, 120],
|
||||||
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"],
|
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"],
|
||||||
"import-name": false,
|
"import-name": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user