aboutsummaryrefslogtreecommitdiffstats
path: root/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/tslint.json b/tslint.json
deleted file mode 100644
index 975089ab0..000000000
--- a/tslint.json
+++ /dev/null
@@ -1,12 +0,0 @@
1{
2 "extends": ["tslint-config-airbnb"],
3 "rules": {
4 "import-name": false,
5 "variable-name": false,
6 "class-name": false,
7 "prefer-array-literal": false,
8 "semicolon": [true, "always"],
9 "max-line-length": false,
10 "ordered-imports": true
11 }
12}