Skip to content

Commit fd6bf23

Browse files
author
Robert S
committed
fix lint issue
1 parent 348424a commit fd6bf23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": ["tslint:latest", "tslint-react", "tslint-config-prettier"],
33
"jsRules": {
44
"object-literal-sort-keys": false,
5-
"no-console": [true, "log"]
5+
"no-console": [true, "log"],
6+
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case", "allow-leading-underscore"]
67
},
78
"rules": {
89
"array-type": [true, "array"],

0 commit comments

Comments
 (0)