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

View File

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

View File

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

View File

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

View File

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