fix: configs

v0.1.1

v0.1.2

v0.1.3

v0.1.4
This commit is contained in:
Anthony Fu 2019-07-18 03:42:37 +08:00
parent 2438c6b929
commit 7e82e51fca
5 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View File

@ -78,3 +78,4 @@ dist
.idea
package-lock.json
*.learna_backup

View File

@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.0"
"version": "0.1.3"
}

View File

@ -1,11 +1,13 @@
{
"name": "root",
"private": true,
"devDependencies": {
"lerna": "^3.14.1"
},
"name": "@antfu/eslint-config",
"version": "0.1.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"scripts": {
"postinstall": "lerna bootstrap",
"release": "lerna publish --conventional-commits"
},
"devDependencies": {
"lerna": "^3.14.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "1.0.0",
"version": "0.1.4",
"description": "",
"main": "index.js",
"keywords": [],

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "1.0.0",
"version": "0.1.4",
"description": "",
"main": "index.js",
"keywords": [],
@ -16,7 +16,7 @@
"eslint": ">=5.16.0"
},
"dependencies": {
"@antfu/eslint-config": "*",
"@antfu/eslint-config": "^0.1.4",
"eslint-plugin-nuxt": "0.4.3",
"eslint-plugin-vue": "5.2.3"
},