module.exports = { extends: [ '@qiniu' ], rules: { // "@typescript-eslint/no-useless-constructor": "off", // // 先关掉 import/order 方便升级,另外目测好像对 group 的判断有点问题 // // 参考 fetch-store/index.ts 中对于 `uuid` & `mobx` 的判断 // "import/order": "off" } }