chore: lint

This commit is contained in:
Anthony Fu 2022-03-10 20:28:42 +08:00
parent 48cc619ec2
commit a60cd80ba9
6 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,5 @@
{ {
"name": "@antfu/eslint-config-monorepo", "name": "@antfu/eslint-config-monorepo",
"version": "0.1.0",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",

View File

@ -5,10 +5,10 @@
"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/)",
"main": "index.js",
"files": [ "files": [
"index.js" "index.js"
], ],
"main": "index.js",
"peerDependencies": { "peerDependencies": {
"eslint": ">=7.4.0" "eslint": ">=7.4.0"
}, },

View File

@ -5,10 +5,10 @@
"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/)",
"main": "index.js",
"files": [ "files": [
"index.js" "index.js"
], ],
"main": "index.js",
"scripts": { "scripts": {
"lint": "eslint . --config=index.js" "lint": "eslint . --config=index.js"
}, },

View File

@ -5,10 +5,10 @@
"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/)",
"main": "index.js",
"files": [ "files": [
"index.js" "index.js"
], ],
"main": "index.js",
"scripts": { "scripts": {
"lint": "eslint . --config=index.js" "lint": "eslint . --config=index.js"
}, },

View File

@ -5,10 +5,10 @@
"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/)",
"main": "index.js",
"files": [ "files": [
"index.js" "index.js"
], ],
"main": "index.js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

@ -5,10 +5,10 @@
"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/)",
"main": "index.js",
"files": [ "files": [
"index.js" "index.js"
], ],
"main": "index.js",
"peerDependencies": { "peerDependencies": {
"eslint": ">=7.4.0" "eslint": ">=7.4.0"
}, },