salary-management-front/tslint.json

9 lines
183 B
JSON
Raw Permalink 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"
]
}
2022-04-18 11:42:45 +08:00
}