cool-admin-midway/.hintrc
2023-03-08 15:36:37 +08:00

9 lines
146 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"typescript-config/consistent-casing": "off",
"typescript-config/strict": "off"
}
}