From 04abc1fab6b48589c2ad8fe229f657488368b378 Mon Sep 17 00:00:00 2001 From: "Agent G. Callan" <56481936+AgentGCallen@users.noreply.github.com> Date: Sun, 13 Oct 2019 02:16:16 +1100 Subject: [PATCH] Delete tslint.json --- tslint.json | 58 ----------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 tslint.json diff --git a/tslint.json b/tslint.json deleted file mode 100644 index 73f23ce..0000000 --- a/tslint.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "rules": { - "no-inferrable-types": [false], - "no-unused-expression": true, - "no-duplicate-variable": true, - "no-shadowed-variable": true, - "comment-format": [ - true, "check-space" - ], - "indent": [true, "spaces", 4], - "curly": false, - "class-name": true, - "triple-equals": true, - "eofline": true, - "no-bitwise": false, - "no-console": [false], - "member-access": [true, "check-accessor", "check-constructor"], - "no-consecutive-blank-lines": [true], - "no-parameter-properties": true, - "one-line": [ - false - ], - "variable-name": [false], - "interface-name": [false], - "no-conditional-assignment": true, - "use-isnan": true, - "no-trailing-whitespace": true, - "quotemark": [true, "double", "avoid-escape"], - "no-use-before-declare": false, - "whitespace": [true, - "check-branch", - "check-decl", - "check-operator", - "check-module", - "check-separator", - "check-type", - "check-typecast" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - }, - { - "call-signature": "onespace", - "index-signature": "onespace", - "parameter": "onespace", - "property-declaration": "onespace", - "variable-declaration": "onespace" - } - ], - "semicolon": [true, "always"] - } -} \ No newline at end of file