@jsse/eslint-config 0.2.28 → 0.2.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/esm/configs/perfectionist.js +3 -3
- package/dist/esm/generated/version.d.ts +1 -1
- package/dist/esm/generated/version.js +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.d.cts +371 -295
- package/dist/index.d.ts +371 -295
- package/dist/index.js +4 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -11989,10 +11989,10 @@ var perfectionist = async () => {
|
|
|
11989
11989
|
{
|
|
11990
11990
|
customGroups: {
|
|
11991
11991
|
type: {
|
|
11992
|
-
react: ["react", "react
|
|
11992
|
+
react: ["^react$", "^react-.+", "^react-.+/.+$"]
|
|
11993
11993
|
},
|
|
11994
11994
|
value: {
|
|
11995
|
-
react: ["react", "react
|
|
11995
|
+
react: ["^react$", "^react-.+", "^react-.+/.+$"]
|
|
11996
11996
|
}
|
|
11997
11997
|
},
|
|
11998
11998
|
groups: [
|
|
@@ -12008,7 +12008,7 @@ var perfectionist = async () => {
|
|
|
12008
12008
|
"object",
|
|
12009
12009
|
"unknown"
|
|
12010
12010
|
],
|
|
12011
|
-
internalPattern: ["
|
|
12011
|
+
internalPattern: ["^~/.+", "^@/.+"],
|
|
12012
12012
|
newlinesBetween: "ignore",
|
|
12013
12013
|
order: "asc",
|
|
12014
12014
|
type: "natural"
|
|
@@ -13429,7 +13429,7 @@ async function defineConfig(options = {}, ...userConfigs) {
|
|
|
13429
13429
|
}
|
|
13430
13430
|
|
|
13431
13431
|
// src/generated/version.ts
|
|
13432
|
-
var VERSION = "0.2.
|
|
13432
|
+
var VERSION = "0.2.29";
|
|
13433
13433
|
|
|
13434
13434
|
// src/presets.ts
|
|
13435
13435
|
var jsseReact = (options, ...configs) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.29",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"eslint-plugin-jsonc": "^2.18.1",
|
|
85
85
|
"eslint-plugin-n": "^17.13.1",
|
|
86
86
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
87
|
-
"eslint-plugin-perfectionist": "^
|
|
87
|
+
"eslint-plugin-perfectionist": "^4.0.3",
|
|
88
88
|
"eslint-plugin-react": "~7.37.2",
|
|
89
89
|
"eslint-plugin-react-hooks": "~5.0.0",
|
|
90
90
|
"eslint-plugin-react-refresh": "~0.4.14",
|