@jsse/eslint-config 0.7.4 → 0.7.5
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 +6 -0
- package/dist/cli.js +1 -1
- package/dist/{const-qLyrEqZ4.js → const-CzsaHAzb.js} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/cli.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as VERSION, t as DEBUG$1 } from "./const-
|
|
1
|
+
import { r as VERSION, t as DEBUG$1 } from "./const-CzsaHAzb.js";
|
|
2
2
|
import process$1 from "node:process";
|
|
3
3
|
import fs from "node:fs";
|
|
4
4
|
//#region node_modules/.pnpm/cac@7.0.0/node_modules/cac/dist/index.js
|
package/dist/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import * as _$_eslint_markdown0 from "@eslint/markdown";
|
|
|
18
18
|
import * as _$_stylistic_eslint_plugin0 from "@stylistic/eslint-plugin";
|
|
19
19
|
|
|
20
20
|
//#region src/_generated/version.d.ts
|
|
21
|
-
declare const VERSION = "0.7.
|
|
21
|
+
declare const VERSION = "0.7.5";
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region src/_generated/dts/builtins.d.ts
|
|
24
24
|
interface BuiltinsRuleOptions {
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __exportAll, r as __toESM, t as __commonJSMin } from "./chunk-N93fKeF6.js";
|
|
2
|
-
import { n as SLOW_RULES, r as VERSION, t as DEBUG } from "./const-
|
|
2
|
+
import { n as SLOW_RULES, r as VERSION, t as DEBUG } from "./const-CzsaHAzb.js";
|
|
3
3
|
import { builtinModules, createRequire } from "node:module";
|
|
4
4
|
import process$1 from "node:process";
|
|
5
5
|
import fs, { realpathSync, statSync } from "node:fs";
|
|
@@ -11965,7 +11965,8 @@ const react = async (options) => {
|
|
|
11965
11965
|
name: "jsse/react-hooks/rules",
|
|
11966
11966
|
rules: {
|
|
11967
11967
|
"react-hooks/exhaustive-deps": "error",
|
|
11968
|
-
"react-hooks/rules-of-hooks": "error"
|
|
11968
|
+
"react-hooks/rules-of-hooks": "error",
|
|
11969
|
+
...pluginReactHooks.configs.recommended.rules
|
|
11969
11970
|
},
|
|
11970
11971
|
settings: { react: { version: "detect" } }
|
|
11971
11972
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.5",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@eslint-react/eslint-plugin": "^4.2.3",
|
|
40
40
|
"eslint": "^9.39.1",
|
|
41
41
|
"eslint-plugin-react": "^7.37.5",
|
|
42
|
-
"eslint-plugin-react-hooks": "^7.
|
|
42
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
43
43
|
"eslint-plugin-react-refresh": "^0.5.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependenciesMeta": {
|