11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"config/**/*.js",
|
|
"node_modules/**/*.ts",
|
|
"coverage/lcov-report/*.js"
|
|
]
|
|
}
|
|
}
|