UNPKG

redux-app-examples

Version:

Examples of redux-app with Angular and React.

75 lines 1.69 kB
{ "extends": "tslint:recommended", "rules": { "array-type": [ true, "array" ], "arrow-parens": [ false ], "curly": false, "eofline": false, "interface-name": false, "max-classes-per-file": [ false ], "max-line-length": [ false ], "member-ordering": [ true, { "order": [ "public-static-field", "protected-static-field", "private-static-field", "public-static-method", "protected-static-method", "private-static-method", "public-instance-field", "protected-instance-field", "private-instance-field", "constructor", "public-instance-method", "protected-instance-method", "private-instance-method" ] } ], "no-console": [ false ], "no-empty-interface": false, "no-string-literal": false, "no-this-assignment": true, "no-trailing-whitespace": false, "no-unsafe-finally": false, "no-unused-variable": true, "no-var-keyword": false, "no-var-requires": false, "object-literal-shorthand": false, "object-literal-sort-keys": false, "ordered-imports": [ false ], "prefer-const": false, "quotemark": [ false ], "space-before-function-paren": false, "trailing-comma": [ true, { "multiline": "never", "singleline": "never" } ], "variable-name": [ false, "check-format", "allow-leading-underscore", "ban-keywords" ] } }