@jimmy.codes/eslint-config 5.18.0 → 5.18.1
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/dist/{astro-Z5RFF624.js → astro-NEJ73UBN.js} +1 -1
- package/dist/{chunk-OCS4JNPP.js → chunk-7RIW3P47.js} +1 -1
- package/dist/{chunk-N5KZEOXT.js → chunk-XMM6FHXC.js} +2 -0
- package/dist/index.js +11 -11
- package/dist/{jest-7NR7TDOP.js → jest-SCRGNX6Z.js} +1 -1
- package/dist/{nextjs-7V464KOE.js → nextjs-XDBJZIHP.js} +1 -1
- package/dist/{playwright-BIJ7HLQZ.js → playwright-2HMMFF3D.js} +1 -1
- package/dist/{react-6ERTZG2I.js → react-IAR3MTFF.js} +2 -2
- package/dist/{tanstack-query-QBZ3MKQ7.js → tanstack-query-UVHLN4ZE.js} +1 -1
- package/dist/{testing-library-HML5O6UC.js → testing-library-QHZMYCZH.js} +1 -1
- package/dist/{typescript-M6XXI2FU.js → typescript-PLNEW3M4.js} +1 -1
- package/dist/{vitest-726PXOPS.js → vitest-HDDBP6E3.js} +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9,12 +9,12 @@ import {
|
|
|
9
9
|
hasTestingLibrary,
|
|
10
10
|
hasTypescript,
|
|
11
11
|
hasVitest
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-7RIW3P47.js";
|
|
13
13
|
import {
|
|
14
14
|
GLOB_CJS,
|
|
15
15
|
GLOB_IGNORES,
|
|
16
16
|
GLOB_TESTS
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-XMM6FHXC.js";
|
|
18
18
|
|
|
19
19
|
// src/configs/commonjs.ts
|
|
20
20
|
import globals from "globals";
|
|
@@ -582,16 +582,16 @@ var defineConfig = async ({
|
|
|
582
582
|
stylisticConfig()
|
|
583
583
|
];
|
|
584
584
|
const featureConfigs = await Promise.all([
|
|
585
|
-
isTypescriptEnabled && unwrap(import("./typescript-
|
|
586
|
-
isReactEnabled && unwrap(import("./react-
|
|
587
|
-
isTanstackQueryEnabled && unwrap(import("./tanstack-query-
|
|
588
|
-
isAstroEnabled && unwrap(import("./astro-
|
|
589
|
-
isJestEnabled && unwrap(import("./jest-
|
|
590
|
-
isVitestEnabled && unwrap(import("./vitest-
|
|
591
|
-
isTestingLibraryEnabled && unwrap(import("./testing-library-
|
|
592
|
-
isPlaywrightEnabled && unwrap(import("./playwright-
|
|
585
|
+
isTypescriptEnabled && unwrap(import("./typescript-PLNEW3M4.js")),
|
|
586
|
+
isReactEnabled && unwrap(import("./react-IAR3MTFF.js")),
|
|
587
|
+
isTanstackQueryEnabled && unwrap(import("./tanstack-query-UVHLN4ZE.js")),
|
|
588
|
+
isAstroEnabled && unwrap(import("./astro-NEJ73UBN.js")),
|
|
589
|
+
isJestEnabled && unwrap(import("./jest-SCRGNX6Z.js")),
|
|
590
|
+
isVitestEnabled && unwrap(import("./vitest-HDDBP6E3.js")),
|
|
591
|
+
isTestingLibraryEnabled && unwrap(import("./testing-library-QHZMYCZH.js")),
|
|
592
|
+
isPlaywrightEnabled && unwrap(import("./playwright-2HMMFF3D.js")),
|
|
593
593
|
isStorybookEnabled && unwrap(import("./storybook-XHFO7L4T.js")),
|
|
594
|
-
isNextjsEnabled && unwrap(import("./nextjs-
|
|
594
|
+
isNextjsEnabled && unwrap(import("./nextjs-XDBJZIHP.js"))
|
|
595
595
|
]);
|
|
596
596
|
return [
|
|
597
597
|
...baseConfigs,
|
|
@@ -5,14 +5,14 @@ import {
|
|
|
5
5
|
hasNext,
|
|
6
6
|
hasTypescript,
|
|
7
7
|
hasVite
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-7RIW3P47.js";
|
|
9
9
|
import {
|
|
10
10
|
interopDefault
|
|
11
11
|
} from "./chunk-72FT76PY.js";
|
|
12
12
|
import {
|
|
13
13
|
GLOB_JSX,
|
|
14
14
|
GLOB_TSX
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-XMM6FHXC.js";
|
|
16
16
|
|
|
17
17
|
// src/configs/react.ts
|
|
18
18
|
import globals from "globals";
|