Skip to content

Commit 859bf37

Browse files
committed
added tslint config
1 parent 03217b6 commit 859bf37

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tslint.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"defaultSeverity": "error",
3+
"extends": [
4+
"tslint:recommended"
5+
],
6+
"jsRules": {},
7+
"rules": {
8+
"no-console": false
9+
},
10+
"rulesDirectory": []
11+
}

0 commit comments

Comments
 (0)