fix: configs
v0.1.1 v0.1.2 v0.1.3 v0.1.4
This commit is contained in:
parent
2438c6b929
commit
7e82e51fca
3
.gitignore
vendored
3
.gitignore
vendored
@ -77,4 +77,5 @@ dist
|
||||
# IDE
|
||||
.idea
|
||||
|
||||
package-lock.json
|
||||
package-lock.json
|
||||
*.learna_backup
|
@ -2,5 +2,5 @@
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.0.0"
|
||||
"version": "0.1.3"
|
||||
}
|
||||
|
12
package.json
12
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antfu/eslint-config",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.4",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"keywords": [],
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user