This commit is contained in:
Anthony Fu
2020-08-12 19:44:16 +08:00
parent c665c58309
commit 14e207d392
12 changed files with 99 additions and 11 deletions

11
packages/all/CHANGELOG.md Normal file
View File

@@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.3.0](https://github.com/antfu/eslint-config/compare/v0.2.14...v0.3.0) (2020-08-12)
### Features
* add react and all ([a7fbdca](https://github.com/antfu/eslint-config/commit/a7fbdcad4b20294e26e817fae468f468376e49cf))

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.2.14",
"version": "0.3.0",
"description": "",
"main": "index.js",
"keywords": [],
@@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-vue": "*",
"@antfu/eslint-config-react": "*"
"@antfu/eslint-config-react": "^0.3.0",
"@antfu/eslint-config-vue": "^0.3.0"
}
}