qpa-client/webapp/tslint.json

11 lines
219 B
JSON
Raw Normal View History

2018-08-08 11:49:10 +02:00
{
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
"linterOptions": {
"exclude": [
"config/**/*.js",
2018-08-23 09:06:27 +02:00
"node_modules/**/*.ts",
"coverage/lcov-report/*.js"
2018-08-08 11:49:10 +02:00
]
}
}