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",
"version": "0.1.0",
"private": true,
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",

View File

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

View File

@ -5,10 +5,10 @@
"keywords": [],
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"main": "index.js",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "eslint . --config=index.js"
},

View File

@ -5,10 +5,10 @@
"keywords": [],
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"main": "index.js",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "eslint . --config=index.js"
},

View File

@ -5,10 +5,10 @@
"keywords": [],
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"main": "index.js",
"files": [
"index.js"
],
"main": "index.js",
"publishConfig": {
"access": "public"
},

View File

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