chore: apply lint

This commit is contained in:
Anthony Fu 2021-04-20 05:46:47 +08:00
parent 412d8480d9
commit 19d9122e6a
5 changed files with 15 additions and 15 deletions

View File

@ -2,13 +2,13 @@
"name": "@antfu/eslint-config",
"version": "0.6.2",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"files": [
"index.js"
],
"main": "index.js",
"peerDependencies": {
"eslint": ">=7.4.0"
},

View File

@ -2,16 +2,16 @@
"name": "@antfu/eslint-config-basic",
"version": "0.6.2",
"description": "",
"main": "index.js",
"keywords": [],
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"scripts": {
"lint": "eslint . --config=index.js"
},
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "eslint . --config=index.js"
},
"publishConfig": {
"access": "public"
},

View File

@ -2,16 +2,16 @@
"name": "@antfu/eslint-config-react",
"version": "0.6.2",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"scripts": {
"lint": "eslint . --config=index.js"
},
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "eslint . --config=index.js"
},
"peerDependencies": {
"eslint": ">=7.4.0"
},

View File

@ -2,13 +2,13 @@
"name": "@antfu/eslint-config-ts",
"version": "0.6.2",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"files": [
"index.js"
],
"main": "index.js",
"publishConfig": {
"access": "public"
},

View File

@ -2,13 +2,13 @@
"name": "@antfu/eslint-config-vue",
"version": "0.6.2",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"files": [
"index.js"
],
"main": "index.js",
"peerDependencies": {
"eslint": ">=7.4.0"
},