feat!: exclude react config from default package

This commit is contained in:
Anthony Fu
2022-09-19 10:28:57 +08:00
parent b25d6e98bc
commit 61ef0a0570
4 changed files with 1 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
module.exports = {
extends: [
'@antfu/eslint-config-react',
'@antfu/eslint-config-vue',
],
}

View File

@@ -16,7 +16,6 @@
"eslint": ">=7.4.0"
},
"dependencies": {
"@antfu/eslint-config-react": "workspace:*",
"@antfu/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",