aboutsummaryrefslogtreecommitdiffstats
path: root/app/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/tslint.json')
-rw-r--r--app/tslint.json57
1 files changed, 0 insertions, 57 deletions
diff --git a/app/tslint.json b/app/tslint.json
deleted file mode 100644
index 8695592..0000000
--- a/app/tslint.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "extends": ["tslint:latest"],
- "rules": {
- "indent": [true, "spaces", 4],
- "no-implicit-dependencies": false,
- "jsx-wrap-multiline": false,
- "only-arrow-functions": true,
- "no-submodule-imports": false,
- "no-parameter-properties": true,
- "no-empty-interface": false,
- "no-empty": false,
- "interface-name": false,
- "no-reference": false,
- "no-console": false,
- "no-process-env": false,
- "no-var-requires": true,
- "no-string-literal": true,
- "object-literal-sort-keys": false,
- "object-literal-key-quotes": false,
- "max-line-length": [true, 150],
- "ordered-imports": false,
- "quotemark": [true, "single"],
- "typedef-whitespace": [
- true,
- {
- "call-signature": "space",
- "index-signature": "space",
- "parameter": "space",
- "property-declaration": "space",
- "variable-declaration": "space"
- },
- {
- "call-signature": "space",
- "index-signature": "space",
- "parameter": "space",
- "property-declaration": "space",
- "variable-declaration": "space"
- }
- ],
- "whitespace": [
- "check-branch",
- "check-decl",
- "check-module",
- "check-separator",
- "check-type"
- ],
- "array-type": [true, "generic"],
- "trailing-comma": [true]
- },
- "jsRules": {
-
- "curly": true
- },
- "rulesDirectory": [
-
- ]
-} \ No newline at end of file