Skip to content

Commit 1f273a9

Browse files
committed
lint: fix linting rules
1 parent 3c1f827 commit 1f273a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tslint.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"extends": ["tslint-config-airbnb", "tslint-config-prettier"],
33
"rules": {
4-
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
4+
"variable-name": [
5+
true,
6+
"ban-keywords",
7+
"check-format",
8+
"allow-leading-underscore"
9+
],
10+
"no-increment-decrement": [true, "allow-for-loops"]
511
},
612
"linterOptions": {
713
"exclude": ["lib/generated/*.ts"]

0 commit comments

Comments
 (0)