index.community/frontend/tslint.json
Tao Bror Bojlén 5356b58d83
refactor(routing): add routing
this is in preparation for future changes where we'll have more pages
2019-04-17 14:38:00 +01:00

13 lines
210 B
JSON

{
"extends": [
"tslint:recommended",
"tslint-eslint-rules",
"tslint-react",
"@blueprintjs/tslint-config/blueprint-rules",
"tslint-config-prettier"
],
"exclude": [
"**/*.css"
]
}