feat(eslint-plugin): new import dedupe rule

This commit is contained in:
Anthony Fu
2022-04-25 13:26:07 +08:00
parent 17670e8e38
commit 0ab9f88603
6 changed files with 72 additions and 63 deletions

View File

@@ -2,8 +2,5 @@
"extends": "@antfu",
"plugins": [
"antfu"
],
"rules": {
"antfu/no-leading-newline": "error"
}
]
}