redux-saga-tools
Version:
A set of utility functions to write saga and reducers easily
52 lines • 873 B
JSON
{
"extends": [
"tslint-react-recommended"
],
"rules": {
"ordered-imports": [
true
],
"quotemark": [
true,
"single",
"jsx-single",
"avoid-escape"
],
"semicolon": [
true,
"never"
],
"member-access": [
false
],
"member-ordering": [
false
],
"trailing-comma": [
true,
{
"singleline": "never",
"multiline": "always"
}
],
"no-empty": false,
"no-submodule-imports": false,
"no-implicit-dependencies": false,
"no-constant-condition": false,
"triple-equals": [
true,
"allow-undefined-check"
],
"ter-indent": [
true,
2,
{
"SwitchCase": 1
}
],
"no-duplicate-imports": false,
"jsx-alignment": true,
"jsx-no-bind": true,
"jsx-no-lambda": true
}
}