@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.
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-72FT76PY.js";
4
4
  import {
5
5
  GLOB_ASTRO
6
- } from "./chunk-N5KZEOXT.js";
6
+ } from "./chunk-XMM6FHXC.js";
7
7
 
8
8
  // src/configs/astro.ts
9
9
  import globals from "globals";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  TESTING_LIBRARY_FAMILY
3
- } from "./chunk-N5KZEOXT.js";
3
+ } from "./chunk-XMM6FHXC.js";
4
4
 
5
5
  // src/utils/has-dependency.ts
6
6
  import { isPackageExists } from "local-pkg";
@@ -30,6 +30,8 @@ var GLOB_IGNORES = [
30
30
  "**/.astro",
31
31
  "**/.vinxi",
32
32
  "**/app.config.timestamp_*.js",
33
+ "**/.tanstack",
34
+ "**/.nitro",
33
35
  "**/CHANGELOG*.md",
34
36
  "**/*.min.*",
35
37
  "**/LICENSE*",
package/dist/index.js CHANGED
@@ -9,12 +9,12 @@ import {
9
9
  hasTestingLibrary,
10
10
  hasTypescript,
11
11
  hasVitest
12
- } from "./chunk-OCS4JNPP.js";
12
+ } from "./chunk-7RIW3P47.js";
13
13
  import {
14
14
  GLOB_CJS,
15
15
  GLOB_IGNORES,
16
16
  GLOB_TESTS
17
- } from "./chunk-N5KZEOXT.js";
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-M6XXI2FU.js")),
586
- isReactEnabled && unwrap(import("./react-6ERTZG2I.js")),
587
- isTanstackQueryEnabled && unwrap(import("./tanstack-query-QBZ3MKQ7.js")),
588
- isAstroEnabled && unwrap(import("./astro-Z5RFF624.js")),
589
- isJestEnabled && unwrap(import("./jest-7NR7TDOP.js")),
590
- isVitestEnabled && unwrap(import("./vitest-726PXOPS.js")),
591
- isTestingLibraryEnabled && unwrap(import("./testing-library-HML5O6UC.js")),
592
- isPlaywrightEnabled && unwrap(import("./playwright-BIJ7HLQZ.js")),
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-7V464KOE.js"))
594
+ isNextjsEnabled && unwrap(import("./nextjs-XDBJZIHP.js"))
595
595
  ]);
596
596
  return [
597
597
  ...baseConfigs,
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  GLOB_E2E,
6
6
  GLOB_TESTS
7
- } from "./chunk-N5KZEOXT.js";
7
+ } from "./chunk-XMM6FHXC.js";
8
8
 
9
9
  // src/rules/jest.ts
10
10
  var jestRules = async () => {
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-72FT76PY.js";
7
7
  import {
8
8
  GLOB_NEXTJS
9
- } from "./chunk-N5KZEOXT.js";
9
+ } from "./chunk-XMM6FHXC.js";
10
10
 
11
11
  // src/rules/nextjs.ts
12
12
  var nextjsRules = async () => {
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-72FT76PY.js";
4
4
  import {
5
5
  GLOB_PLAYWRIGHT
6
- } from "./chunk-N5KZEOXT.js";
6
+ } from "./chunk-XMM6FHXC.js";
7
7
 
8
8
  // src/rules/playwright.ts
9
9
  var playwrightRules = async () => {
@@ -5,14 +5,14 @@ import {
5
5
  hasNext,
6
6
  hasTypescript,
7
7
  hasVite
8
- } from "./chunk-OCS4JNPP.js";
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-N5KZEOXT.js";
15
+ } from "./chunk-XMM6FHXC.js";
16
16
 
17
17
  // src/configs/react.ts
18
18
  import globals from "globals";
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  GLOB_JSX,
6
6
  GLOB_TSX
7
- } from "./chunk-N5KZEOXT.js";
7
+ } from "./chunk-XMM6FHXC.js";
8
8
 
9
9
  // src/configs/tanstack-query.ts
10
10
  async function tanstackQueryConfig() {
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  GLOB_E2E,
6
6
  GLOB_TESTS
7
- } from "./chunk-N5KZEOXT.js";
7
+ } from "./chunk-XMM6FHXC.js";
8
8
 
9
9
  // src/rules/testing-library.ts
10
10
  var testingLibraryRules = async () => {
@@ -2,7 +2,7 @@ import {
2
2
  GLOB_JS,
3
3
  GLOB_JSX,
4
4
  GLOB_TESTS
5
- } from "./chunk-N5KZEOXT.js";
5
+ } from "./chunk-XMM6FHXC.js";
6
6
 
7
7
  // src/rules/typescript.ts
8
8
  var typescriptRules = {
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  GLOB_E2E,
6
6
  GLOB_TESTS
7
- } from "./chunk-N5KZEOXT.js";
7
+ } from "./chunk-XMM6FHXC.js";
8
8
 
9
9
  // src/rules/vitest.ts
10
10
  var vitestRules = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmy.codes/eslint-config",
3
- "version": "5.18.0",
3
+ "version": "5.18.1",
4
4
  "description": "A simple, modern ESLint config that covers most use cases.",
5
5
  "keywords": [
6
6
  "eslint",