禁用“必须按字母顺序在组内导入源”。打字稿错误

时间:2018-08-09 11:46:39

标签: typescript create-react-app

我正在使用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"
},

0 个答案:

没有答案