fix: improve rules for specific files

This commit is contained in:
Anthony Fu
2021-09-14 10:18:34 +08:00
parent 63ade1f6d1
commit d701469a55
5 changed files with 90 additions and 41 deletions

View File

@@ -5,21 +5,35 @@
"keywords": [],
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"main": "index.js",
"files": [
"index.js"
],
"main": "index.js",
"dependencies": {
"@antfu/eslint-config-react": "^0.8.2",
"@antfu/eslint-config-vue": "^0.8.2",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsonc": "^1.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-unicorn": "^35.0.0",
"eslint-plugin-vue": "7.17.0",
"eslint-plugin-yml": "^0.10.0",
"jsonc-eslint-parser": "^1.3.1",
"yaml-eslint-parser": "^0.4.1"
},
"devDependencies": {
"eslint": "^7.32.0"
},
"peerDependencies": {
"eslint": ">=7.4.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-react": "^0.8.2",
"@antfu/eslint-config-vue": "^0.8.2"
},
"devDependencies": {
"eslint": "^7.32.0"
}
}