UNPKG

red-redux-class

Version:

Use objects and composition for creating complex reducers which can be easily maintained.

41 lines (40 loc) 960 B
{ "extends": ["tslint:latest", "tslint-config-prettier"], "rules": { "quotemark": [ true, "single", "avoid-escape", "avoid-template", "jsx-double" ], "variable-name": [ true, "ban-keywords", "check-format", "allow-leading-underscore" ], "linebreak-style": [true, "CRLF"], "align": [true, "parameters", "statements"], "semicolon": [true, "never"], "trailing-comma": [ true, { "multiline": "always", "singleline": "never" } ], "indent": [true, "spaces"], "max-line-length": [true, 140], "no-duplicate-variable": true, "ordered-imports": false, "member-access": false, "member-ordering": false, "no-implicit-dependencies": false, "no-var-self": false, "no-this-assignment": false }, "linterOptions": { "exclude": ["node_modules", "./**/spec/*"] } }