salary-management-front/tslint.json

10 lines
184 B
JSON
Raw Normal View History

2022-02-25 09:24:56 +08:00
{
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
"linterOptions": {
"exclude": [
"config/**/*.js",
"node_modules/**/*.ts"
]
}
}