X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Ftslint.json;h=5b2c1c5054ad5637c4c28d81ec2feea70432a297;hb=3758da9489b636997a3a4fad7fc1a6081737bbe0;hp=9653c965b79ca32e7ff53603e7d783f46f724ba2;hpb=ccf6ed16f1eeb05b77103bd44bc06ccbbbba9bdd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tslint.json b/client/tslint.json index 9653c965b..5b2c1c505 100644 --- a/client/tslint.json +++ b/client/tslint.json @@ -2,6 +2,7 @@ "rulesDirectory": ["./node_modules/codelyzer"], "rules": { "class-name": true, + "no-inferrable-types": true, "curly": false, "eofline": true, "indent": ["spaces"], @@ -13,14 +14,11 @@ ], "no-arg": true, "no-construct": true, - "no-duplicate-key": true, "no-duplicate-variable": true, "no-empty": true, "no-eval": true, "no-trailing-whitespace": true, "no-unused-expression": true, - "no-unused-variable": true, - "no-unreachable": true, "no-use-before-declare": true, "one-line": [true, "check-open-brace", @@ -34,24 +32,24 @@ "triple-equals": true, "variable-name": false, - "directive-selector-name": [true, "camelCase"], - "component-selector-name": [true, "kebab-case"], - "directive-selector-type": [true, "attribute"], - "component-selector-type": [true, "element"], - "directive-selector-prefix": [true, "my"], - "component-selector-prefix": [true, "my"], + "directive-selector": [true, "attribute", "my", "camelCase"], + "component-selector": [true, "element", "my", "kebab-case"], "use-input-property-decorator": true, "use-output-property-decorator": true, "use-host-property-decorator": true, "no-attribute-parameter-decorator": true, "no-input-rename": true, "no-output-rename": true, - "no-forward-ref" :true, + "no-forward-ref": true, "use-life-cycle-interface": true, "use-pipe-transform-interface": true, "pipe-naming": [true, "camelCase", "my"], "component-class-suffix": true, "directive-class-suffix": true, + "import-destructuring-spacing": true, + "templates-use-public": true, + "no-access-missing-member": true, + "invoke-injectable": true, "typedef-whitespace": [ true, {