release v0.24.2

This commit is contained in:
Anthony Fu 2022-05-25 07:02:48 +08:00
parent 001de3b060
commit b8fe7fe4e7
7 changed files with 22 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-monorepo",
"version": "0.24.1",
"version": "0.24.2",
"private": true,
"packageManager": "pnpm@7.1.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",

View File

@ -1,11 +1,13 @@
{
"name": "@antfu/eslint-config",
"version": "0.24.1",
"version": "0.24.2",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"keywords": ["eslint-config"],
"keywords": [
"eslint-config"
],
"main": "index.js",
"files": [
"index.js"

View File

@ -1,11 +1,13 @@
{
"name": "@antfu/eslint-config-basic",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"keywords": ["eslint-config"],
"keywords": [
"eslint-config"
],
"main": "index.js",
"files": [
"*.js"

View File

@ -1,6 +1,6 @@
{
"name": "eslint-plugin-antfu",
"version": "0.24.1",
"version": "0.24.2",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"main": "./dist/index.cjs",

View File

@ -1,11 +1,13 @@
{
"name": "@antfu/eslint-config-react",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"keywords": ["eslint-config"],
"keywords": [
"eslint-config"
],
"main": "index.js",
"files": [
"index.js"

View File

@ -1,11 +1,13 @@
{
"name": "@antfu/eslint-config-ts",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"keywords": ["eslint-config"],
"keywords": [
"eslint-config"
],
"main": "index.js",
"files": [
"index.js"

View File

@ -1,10 +1,12 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"keywords": ["eslint-config"],
"keywords": [
"eslint-config"
],
"main": "index.js",
"files": [
"index.js"
@ -12,7 +14,6 @@
"peerDependencies": {
"eslint": ">=7.4.0"
},
"dependencies": {
"@antfu/eslint-config-ts": "workspace:*",
"eslint-plugin-vue": "^9.0.1"