-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jiangweiye
committed
May 30, 2024
1 parent
c60160c
commit b74434d
Showing
7 changed files
with
269 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ var import_picocolors = __toESM(require("picocolors"), 1); | |
var package_default = { | ||
name: "@jiangweiye/eslint-config", | ||
type: "module", | ||
version: "0.1.5-beta.2", | ||
version: "0.1.5-beta.3", | ||
description: "A eslint config for jiangweiye", | ||
author: "jiangweiye <[email protected]> (https://github.com/jwyGithub)", | ||
license: "SEE LICENSE IN LICENSE.md", | ||
|
@@ -188,7 +188,7 @@ var package_default = { | |
"@eslint-react/eslint-plugin": "^1.5.13", | ||
"@eslint/config-inspector": "^0.4.8", | ||
"@jiangweiye/eslint-config": "workspace:*", | ||
"@jiangweiye/prettier-config": "^0.0.11", | ||
"@jiangweiye/prettier-config": "^0.0.14", | ||
"@prettier/plugin-xml": "^3.4.1", | ||
"@stylistic/eslint-plugin-migrate": "^2.1.0", | ||
"@types/eslint": "^8.56.10", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ import c from "picocolors"; | |
var package_default = { | ||
name: "@jiangweiye/eslint-config", | ||
type: "module", | ||
version: "0.1.5-beta.2", | ||
version: "0.1.5-beta.3", | ||
description: "A eslint config for jiangweiye", | ||
author: "jiangweiye <[email protected]> (https://github.com/jwyGithub)", | ||
license: "SEE LICENSE IN LICENSE.md", | ||
|
@@ -159,7 +159,7 @@ var package_default = { | |
"@eslint-react/eslint-plugin": "^1.5.13", | ||
"@eslint/config-inspector": "^0.4.8", | ||
"@jiangweiye/eslint-config": "workspace:*", | ||
"@jiangweiye/prettier-config": "^0.0.11", | ||
"@jiangweiye/prettier-config": "^0.0.14", | ||
"@prettier/plugin-xml": "^3.4.1", | ||
"@stylistic/eslint-plugin-migrate": "^2.1.0", | ||
"@types/eslint": "^8.56.10", | ||
|
Oops, something went wrong.