cool-admin-midway/.hintrc

9 lines
146 B
Plaintext
Raw Permalink Normal View History

2023-03-08 15:36:37 +08:00
{
"extends": [
"development"
],
"hints": {
"typescript-config/consistent-casing": "off",
"typescript-config/strict": "off"
}
}