我正在使用create-react-app-typescript,并且无法禁用“必须按字母顺序输入组中的源”。错误。
https://github.com/wmonk/create-react-app-typescript
我尝试将以下内容放入tsconfig.json中:
"rules": {
"ordered-imports": false,
"import-sources-order": "any",
"named-imports-order": "any"
},