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
|
# IDE
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
*.learna_backup
|
@ -2,5 +2,5 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"version": "0.0.0"
|
"version": "0.1.3"
|
||||||
}
|
}
|
||||||
|
12
package.json
12
package.json
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "root",
|
"name": "@antfu/eslint-config",
|
||||||
"private": true,
|
"version": "0.1.0",
|
||||||
"devDependencies": {
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
||||||
"lerna": "^3.14.1"
|
"license": "MIT",
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "lerna bootstrap",
|
"postinstall": "lerna bootstrap",
|
||||||
"release": "lerna publish --conventional-commits"
|
"release": "lerna publish --conventional-commits"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"lerna": "^3.14.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antfu/eslint-config",
|
"name": "@antfu/eslint-config",
|
||||||
"version": "1.0.0",
|
"version": "0.1.4",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antfu/eslint-config-vue",
|
"name": "@antfu/eslint-config-vue",
|
||||||
"version": "1.0.0",
|
"version": "0.1.4",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"eslint": ">=5.16.0"
|
"eslint": ">=5.16.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antfu/eslint-config": "*",
|
"@antfu/eslint-config": "^0.1.4",
|
||||||
"eslint-plugin-nuxt": "0.4.3",
|
"eslint-plugin-nuxt": "0.4.3",
|
||||||
"eslint-plugin-vue": "5.2.3"
|
"eslint-plugin-vue": "5.2.3"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user