Skip to content

Commit 8fa91ad

Browse files
committed
Create tslint.json
tslint - Turn of variable-name Update tslint.json Update tslint.json Update tslint.json
1 parent a144b31 commit 8fa91ad

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

lib_src/tslint.json

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

0 commit comments

Comments
 (0)