Skip to content

Commit 6645a5d

Browse files
committed
Create tslint.json
tslint - Turn of variable-name Update tslint.json Update tslint.json
1 parent d15bd5d commit 6645a5d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

lib_src/tslint.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"defaultSeverity": "error",
3+
"extends": [
4+
"tslint:recommended"
5+
],
6+
"jsRules": {},
7+
"rules": {
8+
"array-type": false,
9+
"no-consecutive-blank-lines": false,
10+
"only-arrow-functions": false,
11+
"no-console": false,
12+
13+
"semicolon": false,
14+
"whitespace": false,
15+
"curly": false,
16+
"variable-name": false,
17+
"arrow-parens": false,
18+
"object-literal-shorthand": false
19+
},
20+
"rulesDirectory": []
21+
}

0 commit comments

Comments
 (0)