Files
mqtt-explorer/tslint.json
Thomas Nordquist 8fa8ea5aa7 Update tslint.json
2019-01-12 20:26:56 +01:00

13 lines
283 B
JSON

{
"extends": ["tslint-config-airbnb", "tslint-react"],
"rules": {
"semicolon": [true, "never"],
"max-line-length": [true, 200],
"member-access": true,
"no-else-after-return": false,
"align": false,
"variable-name": false,
"jsx-no-lambda": false
}
}