weaver_trunk_cli/tslint.json

10 lines
184 B
JSON
Raw Normal View History

2023-09-22 14:01:42 +08:00
{
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
"linterOptions": {
"exclude": [
"config/**/*.js",
"node_modules/**/*.ts"
]
}
}