trunk/tslint.json

10 lines
184 B
JSON
Raw Permalink Normal View History

2022-05-05 16:02:19 +08:00
{
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
"linterOptions": {
"exclude": [
"config/**/*.js",
"node_modules/**/*.ts"
]
}
}