@jsse/eslint-config 0.4.6 → 0.4.8
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
CHANGED
package/dist/cli.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "0.4.
|
|
1
|
+
export declare const VERSION = "0.4.8";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "0.4.
|
|
1
|
+
export const VERSION = "0.4.8";
|
package/dist/index.d.ts
CHANGED
|
@@ -13740,7 +13740,7 @@ declare function defineConfig(options?: OptionsConfig & Config, ...userConfigs:
|
|
|
13740
13740
|
type DefineConfig = typeof defineConfig;
|
|
13741
13741
|
//#endregion
|
|
13742
13742
|
//#region src/generated/version.d.ts
|
|
13743
|
-
declare const VERSION = "0.4.
|
|
13743
|
+
declare const VERSION = "0.4.8";
|
|
13744
13744
|
declare namespace globs_d_exports {
|
|
13745
13745
|
export { GLOB_ALL_SRC, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_JS_SRC_EXT, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSCONFIG, GLOB_TSX, GLOB_YAML };
|
|
13746
13746
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __commonJS, __export, __toESM } from "./chunk-CkHaCily.js";
|
|
2
|
-
import { VERSION } from "./version-
|
|
2
|
+
import { VERSION } from "./version-PF6gUNyJ.js";
|
|
3
3
|
import { builtinModules, createRequire } from "node:module";
|
|
4
4
|
import fs, { promises, realpathSync, statSync } from "node:fs";
|
|
5
5
|
import process$1 from "node:process";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.8",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -36,13 +36,16 @@
|
|
|
36
36
|
"dist"
|
|
37
37
|
],
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
39
|
+
"@eslint-react/eslint-plugin": "^1.38.4",
|
|
40
40
|
"eslint": "^9.10.0",
|
|
41
41
|
"eslint-plugin-react": "~7.37.1",
|
|
42
|
-
"eslint-plugin-react-hooks": "^5.
|
|
43
|
-
"eslint-plugin-react-refresh": "
|
|
42
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
43
|
+
"eslint-plugin-react-refresh": "^0.4.19"
|
|
44
44
|
},
|
|
45
45
|
"peerDependenciesMeta": {
|
|
46
|
+
"@eslint-react/eslint-plugin": {
|
|
47
|
+
"optional": true
|
|
48
|
+
},
|
|
46
49
|
"eslint": {
|
|
47
50
|
"optional": false
|
|
48
51
|
},
|
|
@@ -98,10 +101,10 @@
|
|
|
98
101
|
"@jsse/tsconfig": "^0.3.0",
|
|
99
102
|
"@types/debug": "^4.1.12",
|
|
100
103
|
"@types/fs-extra": "^11.0.4",
|
|
101
|
-
"@types/node": "^22.
|
|
104
|
+
"@types/node": "^22.17.0",
|
|
102
105
|
"cac": "^6.7.14",
|
|
103
106
|
"eslint": "^9.32.0",
|
|
104
|
-
"eslint-flat-config-utils": "^2.1.
|
|
107
|
+
"eslint-flat-config-utils": "^2.1.1",
|
|
105
108
|
"eslint-typegen": "^2.3.0",
|
|
106
109
|
"execa": "~9.6.0",
|
|
107
110
|
"fast-glob": "^3.3.3",
|