@luxass/eslint-config 4.2.3 → 4.2.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.
Files changed (103) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-5SDSWPKR.mjs → chunk-4YT54JFZ.mjs} +1 -1
  3. package/dist/{chunk-WRURTO5T.mjs → chunk-7ODEIBF5.mjs} +1 -1
  4. package/dist/{chunk-KJ7ZCBK4.mjs → chunk-AQRBQAKE.mjs} +1 -1
  5. package/dist/{chunk-K6TLNQJF.mjs → chunk-DCOLHWHC.mjs} +1 -2
  6. package/dist/{chunk-UMUUVFB7.mjs → chunk-EHWA727G.mjs} +1 -1
  7. package/dist/{chunk-FU5SRKZU.mjs → chunk-FNOIGW47.mjs} +1 -1
  8. package/dist/{chunk-ATRL3UZP.mjs → chunk-KOXCJL3C.mjs} +1 -0
  9. package/dist/{chunk-PYS26PF3.mjs → chunk-MMSZW2UW.mjs} +1 -1
  10. package/dist/{chunk-JUFHDXTH.mjs → chunk-MT5P5EKH.mjs} +1 -1
  11. package/dist/chunk-O2BXTQHK.mjs +117 -0
  12. package/dist/{chunk-BXBN56WI.mjs → chunk-QDSV5ONX.mjs} +1 -1
  13. package/dist/{chunk-C5YCKPY4.mjs → chunk-SPD4DGYN.mjs} +1 -1
  14. package/dist/{chunk-RNFKNSHW.mjs → chunk-UITQW3RA.mjs} +1 -1
  15. package/dist/{chunk-WOYZWHPM.mjs → chunk-V57HXOSW.mjs} +1 -1
  16. package/dist/{chunk-Q57BF3CR.mjs → chunk-WOBGA3K2.mjs} +1 -1
  17. package/dist/{chunk-ANUYBAYV.mjs → chunk-WSQOWO67.mjs} +1 -1
  18. package/dist/{chunk-5TJETBJG.mjs → chunk-XPKGXA67.mjs} +1 -1
  19. package/dist/{chunk-IASQD7KX.mjs → chunk-YO3IYQ2L.mjs} +3 -15
  20. package/dist/configs/astro.cjs +45 -7
  21. package/dist/configs/astro.d.cts +1 -1
  22. package/dist/configs/astro.d.ts +1 -1
  23. package/dist/configs/astro.mjs +2 -2
  24. package/dist/configs/comments.d.cts +1 -1
  25. package/dist/configs/comments.d.ts +1 -1
  26. package/dist/configs/formatters.d.cts +1 -1
  27. package/dist/configs/formatters.d.ts +1 -1
  28. package/dist/configs/formatters.mjs +2 -2
  29. package/dist/configs/ignores.cjs +1 -0
  30. package/dist/configs/ignores.d.cts +1 -1
  31. package/dist/configs/ignores.d.ts +1 -1
  32. package/dist/configs/ignores.mjs +2 -2
  33. package/dist/configs/imports.d.cts +1 -1
  34. package/dist/configs/imports.d.ts +1 -1
  35. package/dist/configs/imports.mjs +2 -2
  36. package/dist/configs/index.cjs +374 -22
  37. package/dist/configs/index.d.cts +1 -1
  38. package/dist/configs/index.d.ts +1 -1
  39. package/dist/configs/index.mjs +25 -17
  40. package/dist/configs/javascript.cjs +0 -1
  41. package/dist/configs/javascript.d.cts +1 -1
  42. package/dist/configs/javascript.d.ts +1 -1
  43. package/dist/configs/javascript.mjs +2 -2
  44. package/dist/configs/jsdoc.d.cts +1 -1
  45. package/dist/configs/jsdoc.d.ts +1 -1
  46. package/dist/configs/jsonc.d.cts +1 -1
  47. package/dist/configs/jsonc.d.ts +1 -1
  48. package/dist/configs/jsonc.mjs +2 -2
  49. package/dist/configs/markdown.d.cts +1 -1
  50. package/dist/configs/markdown.d.ts +1 -1
  51. package/dist/configs/markdown.mjs +2 -2
  52. package/dist/configs/nextjs.d.cts +1 -1
  53. package/dist/configs/nextjs.d.ts +1 -1
  54. package/dist/configs/nextjs.mjs +2 -2
  55. package/dist/configs/node.d.cts +1 -1
  56. package/dist/configs/node.d.ts +1 -1
  57. package/dist/configs/perfectionist.d.cts +1 -1
  58. package/dist/configs/perfectionist.d.ts +1 -1
  59. package/dist/configs/react.d.cts +1 -1
  60. package/dist/configs/react.d.ts +1 -1
  61. package/dist/configs/react.mjs +2 -2
  62. package/dist/configs/solid.d.cts +1 -1
  63. package/dist/configs/solid.d.ts +1 -1
  64. package/dist/configs/solid.mjs +2 -2
  65. package/dist/configs/sort.d.cts +1 -1
  66. package/dist/configs/sort.d.ts +1 -1
  67. package/dist/configs/stylistic.d.cts +1 -1
  68. package/dist/configs/stylistic.d.ts +1 -1
  69. package/dist/configs/tailwindcss.d.cts +1 -1
  70. package/dist/configs/tailwindcss.d.ts +1 -1
  71. package/dist/configs/tailwindcss.mjs +2 -2
  72. package/dist/configs/test.d.cts +1 -1
  73. package/dist/configs/test.d.ts +1 -1
  74. package/dist/configs/test.mjs +2 -2
  75. package/dist/configs/toml.d.cts +1 -1
  76. package/dist/configs/toml.d.ts +1 -1
  77. package/dist/configs/toml.mjs +2 -2
  78. package/dist/configs/typescript.cjs +2 -14
  79. package/dist/configs/typescript.d.cts +1 -1
  80. package/dist/configs/typescript.d.ts +1 -1
  81. package/dist/configs/typescript.mjs +2 -2
  82. package/dist/configs/unicorn.d.cts +1 -1
  83. package/dist/configs/unicorn.d.ts +1 -1
  84. package/dist/configs/unocss.d.cts +1 -1
  85. package/dist/configs/unocss.d.ts +1 -1
  86. package/dist/configs/unocss.mjs +2 -2
  87. package/dist/configs/vue.d.cts +1 -1
  88. package/dist/configs/vue.d.ts +1 -1
  89. package/dist/configs/vue.mjs +2 -2
  90. package/dist/configs/yaml.d.cts +1 -1
  91. package/dist/configs/yaml.d.ts +1 -1
  92. package/dist/configs/yaml.mjs +2 -2
  93. package/dist/globs.cjs +1 -0
  94. package/dist/globs.mjs +1 -1
  95. package/dist/index.cjs +61 -35
  96. package/dist/index.d.cts +1 -1
  97. package/dist/index.d.ts +1 -1
  98. package/dist/index.mjs +23 -23
  99. package/dist/{types-A-NO9UF1.d.cts → types-HqEzZfQU.d.cts} +6 -6
  100. package/dist/{types-A-NO9UF1.d.ts → types-HqEzZfQU.d.ts} +6 -6
  101. package/package.json +1 -1
  102. package/dist/chunk-GBLPCM3X.mjs +0 -79
  103. /package/dist/{chunk-ME2OAMS3.mjs → chunk-YGZJUKJC.mjs} +0 -0
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  ## 📦 Install
21
21
 
22
22
  ```bash
23
- pnpm install -D eslint @luxass/eslint-config
23
+ npm install -D eslint @luxass/eslint-config
24
24
  ```
25
25
 
26
26
  ## 🚀 Usage
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  GLOB_SRC_EXT
3
- } from "./chunk-ATRL3UZP.mjs";
3
+ } from "./chunk-KOXCJL3C.mjs";
4
4
 
5
5
  // src/configs/imports.ts
6
6
  import pluginImport from "eslint-plugin-i";
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-4YBQZLPS.mjs";
7
7
  import {
8
8
  GLOB_TESTS
9
- } from "./chunk-ATRL3UZP.mjs";
9
+ } from "./chunk-KOXCJL3C.mjs";
10
10
 
11
11
  // src/custom-rules/no-only-tests/index.ts
12
12
  var DEFAULT_OPTIONS = {
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-4YBQZLPS.mjs";
5
5
  import {
6
6
  GLOB_SRC
7
- } from "./chunk-ATRL3UZP.mjs";
7
+ } from "./chunk-KOXCJL3C.mjs";
8
8
 
9
9
  // src/configs/unocss.ts
10
10
  async function unocss(options = {}) {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  GLOB_SRC,
3
3
  GLOB_SRC_EXT
4
- } from "./chunk-ATRL3UZP.mjs";
4
+ } from "./chunk-KOXCJL3C.mjs";
5
5
 
6
6
  // src/configs/javascript.ts
7
7
  import globals from "globals";
@@ -94,7 +94,6 @@ async function javascript(options = {}) {
94
94
  "no-multi-str": "error",
95
95
  "no-new": "error",
96
96
  "no-new-func": "error",
97
- "no-new-object": "error",
98
97
  "no-new-symbol": "error",
99
98
  "no-new-wrappers": "error",
100
99
  "no-obj-calls": "error",
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-4YBQZLPS.mjs";
4
4
  import {
5
5
  GLOB_TOML
6
- } from "./chunk-ATRL3UZP.mjs";
6
+ } from "./chunk-KOXCJL3C.mjs";
7
7
 
8
8
  // src/configs/toml.ts
9
9
  async function toml(options = {}) {
@@ -5,7 +5,7 @@ import {
5
5
  GLOB_MARKDOWN,
6
6
  GLOB_MARKDOWN_CODE,
7
7
  GLOB_MARKDOWN_IN_MARKDOWN
8
- } from "./chunk-ATRL3UZP.mjs";
8
+ } from "./chunk-KOXCJL3C.mjs";
9
9
 
10
10
  // src/configs/markdown.ts
11
11
  import * as parserPlain from "eslint-parser-plain";
@@ -64,6 +64,7 @@ var GLOB_EXCLUDE = [
64
64
  "**/.nuxt",
65
65
  "**/.next",
66
66
  "**/.vercel",
67
+ "**/.netlify",
67
68
  "**/.changeset",
68
69
  "**/.idea",
69
70
  "**/.cache",
@@ -6,7 +6,7 @@ import {
6
6
  GLOB_NEXTJS_OG,
7
7
  GLOB_NEXTJS_ROUTES,
8
8
  GLOB_SRC
9
- } from "./chunk-ATRL3UZP.mjs";
9
+ } from "./chunk-KOXCJL3C.mjs";
10
10
 
11
11
  // src/configs/nextjs.ts
12
12
  async function nextjs(options = {}) {
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-4YBQZLPS.mjs";
5
5
  import {
6
6
  GLOB_VUE
7
- } from "./chunk-ATRL3UZP.mjs";
7
+ } from "./chunk-KOXCJL3C.mjs";
8
8
 
9
9
  // src/configs/vue.ts
10
10
  import { mergeProcessors } from "eslint-merge-processors";
@@ -0,0 +1,117 @@
1
+ import {
2
+ interop
3
+ } from "./chunk-4YBQZLPS.mjs";
4
+ import {
5
+ GLOB_ASTRO
6
+ } from "./chunk-KOXCJL3C.mjs";
7
+
8
+ // src/configs/astro.ts
9
+ async function astro(options) {
10
+ const {
11
+ a11y = false,
12
+ files = [GLOB_ASTRO],
13
+ overrides = {},
14
+ typescript = true
15
+ } = options;
16
+ const [
17
+ pluginAstro,
18
+ parserAstro,
19
+ pluginA11y
20
+ ] = await Promise.all([
21
+ interop(import("eslint-plugin-astro")),
22
+ interop(import("astro-eslint-parser")),
23
+ ...a11y ? [interop(import("eslint-plugin-jsx-a11y"))] : []
24
+ ]);
25
+ return [
26
+ {
27
+ name: "luxass:astro:setup",
28
+ plugins: {
29
+ astro: pluginAstro,
30
+ ...a11y ? { "jsx-a11y": pluginA11y } : {}
31
+ }
32
+ },
33
+ {
34
+ name: "luxass:astro:rules",
35
+ files,
36
+ languageOptions: {
37
+ globals: {
38
+ "astro/astro": true,
39
+ "es2020": true,
40
+ "node": true
41
+ },
42
+ parser: parserAstro,
43
+ parserOptions: {
44
+ extraFileExtensions: [".astro"],
45
+ parser: typescript ? await interop(import("@typescript-eslint/parser")) : null,
46
+ sourceType: "module"
47
+ }
48
+ },
49
+ rules: {
50
+ // Disallow conflicting set directives and child contents
51
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-conflict-set-directives/
52
+ "astro/no-conflict-set-directives": "error",
53
+ // Disallow using deprecated Astro.canonicalURL
54
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-deprecated-astro-canonicalurl/
55
+ "astro/no-deprecated-astro-canonicalurl": "error",
56
+ // Disallow using deprecated Astro.fetchContent()
57
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-deprecated-astro-fetchcontent/
58
+ "astro/no-deprecated-astro-fetchcontent": "error",
59
+ // Disallow using deprecated Astro.resolve()
60
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-deprecated-astro-resolve/
61
+ "astro/no-deprecated-astro-resolve": "error",
62
+ // Disallow using deprecated getEntryBySlug()
63
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-deprecated-getentrybyslug/
64
+ "astro/no-deprecated-getentrybyslug": "error",
65
+ // Disallow unused define:vars={...} in style tag
66
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-unused-define-vars-in-style/
67
+ "astro/no-unused-define-vars-in-style": "error",
68
+ // Disallow warnings when compiling
69
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/valid-compile/
70
+ "astro/valid-compile": "error",
71
+ "style/jsx-closing-tag-location": "off",
72
+ "style/jsx-indent": "off",
73
+ "style/jsx-one-expression-per-line": "off",
74
+ "style/multiline-ternary": ["error", "never"],
75
+ ...overrides
76
+ }
77
+ },
78
+ {
79
+ name: "luxass:astro:scripts-js",
80
+ files: [
81
+ "**/*.astro/*.js",
82
+ "*.astro/*.js"
83
+ ],
84
+ languageOptions: {
85
+ globals: {
86
+ browser: true,
87
+ es2020: true
88
+ },
89
+ parserOptions: {
90
+ sourceType: "module"
91
+ }
92
+ }
93
+ },
94
+ {
95
+ name: "luxass:astro:scripts-ts",
96
+ files: [
97
+ "**/*.astro/*.ts",
98
+ "*.astro/*.ts"
99
+ ],
100
+ languageOptions: {
101
+ globals: {
102
+ browser: true,
103
+ es2020: true
104
+ },
105
+ parser: typescript ? await interop(import("@typescript-eslint/parser")) : null,
106
+ parserOptions: {
107
+ project: null,
108
+ sourceType: "module"
109
+ }
110
+ }
111
+ }
112
+ ];
113
+ }
114
+
115
+ export {
116
+ astro
117
+ };
@@ -5,7 +5,7 @@ import {
5
5
  GLOB_JSON,
6
6
  GLOB_JSON5,
7
7
  GLOB_JSONC
8
- } from "./chunk-ATRL3UZP.mjs";
8
+ } from "./chunk-KOXCJL3C.mjs";
9
9
 
10
10
  // src/configs/jsonc.ts
11
11
  async function jsonc(options = {}) {
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  GLOB_JSX,
7
7
  GLOB_TSX
8
- } from "./chunk-ATRL3UZP.mjs";
8
+ } from "./chunk-KOXCJL3C.mjs";
9
9
 
10
10
  // src/configs/solid.ts
11
11
  async function solid(options = {}) {
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  GLOB_JSX,
7
7
  GLOB_TSX
8
- } from "./chunk-ATRL3UZP.mjs";
8
+ } from "./chunk-KOXCJL3C.mjs";
9
9
 
10
10
  // src/configs/react.ts
11
11
  import { isPackageExists } from "local-pkg";
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-4YBQZLPS.mjs";
4
4
  import {
5
5
  GLOB_YAML
6
- } from "./chunk-ATRL3UZP.mjs";
6
+ } from "./chunk-KOXCJL3C.mjs";
7
7
 
8
8
  // src/configs/yaml.ts
9
9
  async function yaml(options = {}) {
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-4YBQZLPS.mjs";
5
5
  import {
6
6
  GLOB_SRC
7
- } from "./chunk-ATRL3UZP.mjs";
7
+ } from "./chunk-KOXCJL3C.mjs";
8
8
 
9
9
  // src/configs/tailwindcss.ts
10
10
  async function tailwindcss(options = {}) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  GLOB_EXCLUDE
3
- } from "./chunk-ATRL3UZP.mjs";
3
+ } from "./chunk-KOXCJL3C.mjs";
4
4
 
5
5
  // src/configs/ignores.ts
6
6
  function ignores() {
@@ -11,7 +11,7 @@ import {
11
11
  GLOB_MARKDOWN,
12
12
  GLOB_POSTCSS,
13
13
  GLOB_SCSS
14
- } from "./chunk-ATRL3UZP.mjs";
14
+ } from "./chunk-KOXCJL3C.mjs";
15
15
 
16
16
  // src/configs/formatters.ts
17
17
  import * as parserPlain from "eslint-parser-plain";
@@ -8,7 +8,7 @@ import {
8
8
  GLOB_SRC_EXT,
9
9
  GLOB_TS,
10
10
  GLOB_TSX
11
- } from "./chunk-ATRL3UZP.mjs";
11
+ } from "./chunk-KOXCJL3C.mjs";
12
12
 
13
13
  // src/configs/typescript.ts
14
14
  import process from "node:process";
@@ -58,7 +58,7 @@ async function typescript(options = {}) {
58
58
  return {
59
59
  files: files2,
60
60
  ...ignores ? { ignores } : {},
61
- name: `antfu:typescript:${typeAware ? "type-aware-parser" : "parser"}`,
61
+ name: `luxass:typescript:${typeAware ? "type-aware-parser" : "parser"}`,
62
62
  languageOptions: {
63
63
  parser: parserTs,
64
64
  parserOptions: {
@@ -89,18 +89,6 @@ async function typescript(options = {}) {
89
89
  {
90
90
  name: "luxass:typescript:rules",
91
91
  files,
92
- languageOptions: {
93
- parser: parserTs,
94
- parserOptions: {
95
- extraFileExtensions: exts.map((ext) => `.${ext}`),
96
- sourceType: "module",
97
- ...tsconfigPath ? {
98
- project: tsconfigPath,
99
- tsconfigRootDir: process.cwd()
100
- } : {},
101
- ...parserOptions
102
- }
103
- },
104
92
  rules: {
105
93
  ...renameRules(
106
94
  pluginTs.configs["eslint-recommended"].overrides[0].rules,
@@ -185,7 +173,7 @@ async function typescript(options = {}) {
185
173
  }
186
174
  },
187
175
  {
188
- name: "antfu:typescript:rules-type-aware",
176
+ name: "luxass:typescript:rules-type-aware",
189
177
  files: filesTypeAware,
190
178
  rules: {
191
179
  ...tsconfigPath ? typeAwareRules : {},
@@ -96,9 +96,10 @@ async function astro(options) {
96
96
  name: "luxass:astro:rules",
97
97
  files,
98
98
  languageOptions: {
99
- // @ts-expect-error hmmm
100
99
  globals: {
101
- ...pluginAstro.configs.base.overrides[0].env
100
+ "astro/astro": true,
101
+ "es2020": true,
102
+ "node": true
102
103
  },
103
104
  parser: parserAstro,
104
105
  parserOptions: {
@@ -107,31 +108,68 @@ async function astro(options) {
107
108
  sourceType: "module"
108
109
  }
109
110
  },
110
- // @ts-expect-error hmmm
111
111
  rules: {
112
+ // Disallow conflicting set directives and child contents
113
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-conflict-set-directives/
114
+ "astro/no-conflict-set-directives": "error",
115
+ // Disallow using deprecated Astro.canonicalURL
116
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-deprecated-astro-canonicalurl/
117
+ "astro/no-deprecated-astro-canonicalurl": "error",
118
+ // Disallow using deprecated Astro.fetchContent()
119
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-deprecated-astro-fetchcontent/
120
+ "astro/no-deprecated-astro-fetchcontent": "error",
121
+ // Disallow using deprecated Astro.resolve()
122
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-deprecated-astro-resolve/
123
+ "astro/no-deprecated-astro-resolve": "error",
124
+ // Disallow using deprecated getEntryBySlug()
125
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-deprecated-getentrybyslug/
126
+ "astro/no-deprecated-getentrybyslug": "error",
127
+ // Disallow unused define:vars={...} in style tag
128
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/no-unused-define-vars-in-style/
129
+ "astro/no-unused-define-vars-in-style": "error",
130
+ // Disallow warnings when compiling
131
+ // https://ota-meshi.github.io/eslint-plugin-astro/rules/valid-compile/
132
+ "astro/valid-compile": "error",
112
133
  "style/jsx-closing-tag-location": "off",
113
134
  "style/jsx-indent": "off",
114
135
  "style/jsx-one-expression-per-line": "off",
115
- ...pluginAstro.configs.all.rules,
116
136
  "style/multiline-ternary": ["error", "never"],
117
137
  ...overrides
118
138
  }
119
139
  },
120
140
  {
121
- name: "luxass:astro:rules:scripts",
141
+ name: "luxass:astro:scripts-js",
122
142
  files: [
123
143
  "**/*.astro/*.js",
124
144
  "*.astro/*.js"
125
145
  ],
126
146
  languageOptions: {
127
- // @ts-expect-error hmmm
128
147
  globals: {
129
- ...pluginAstro.configs.base.overrides[1].env
148
+ browser: true,
149
+ es2020: true
130
150
  },
131
151
  parserOptions: {
132
152
  sourceType: "module"
133
153
  }
134
154
  }
155
+ },
156
+ {
157
+ name: "luxass:astro:scripts-ts",
158
+ files: [
159
+ "**/*.astro/*.ts",
160
+ "*.astro/*.ts"
161
+ ],
162
+ languageOptions: {
163
+ globals: {
164
+ browser: true,
165
+ es2020: true
166
+ },
167
+ parser: typescript ? await interop(import("@typescript-eslint/parser")) : null,
168
+ parserOptions: {
169
+ project: null,
170
+ sourceType: "module"
171
+ }
172
+ }
135
173
  }
136
174
  ];
137
175
  }
@@ -1,4 +1,4 @@
1
- export { A as AstroOptions, f as astro } from '../types-A-NO9UF1.cjs';
1
+ export { A as AstroOptions, f as astro } from '../types-HqEzZfQU.cjs';
2
2
  import 'eslint-config-flat-gitignore';
3
3
  import '@antfu/eslint-define-config';
4
4
  import '@eslint-types/jsdoc/types';
@@ -1,4 +1,4 @@
1
- export { A as AstroOptions, f as astro } from '../types-A-NO9UF1.js';
1
+ export { A as AstroOptions, f as astro } from '../types-HqEzZfQU.js';
2
2
  import 'eslint-config-flat-gitignore';
3
3
  import '@antfu/eslint-define-config';
4
4
  import '@eslint-types/jsdoc/types';
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  astro
3
- } from "../chunk-GBLPCM3X.mjs";
3
+ } from "../chunk-O2BXTQHK.mjs";
4
4
  import "../chunk-4YBQZLPS.mjs";
5
- import "../chunk-ATRL3UZP.mjs";
5
+ import "../chunk-KOXCJL3C.mjs";
6
6
  export {
7
7
  astro
8
8
  };
@@ -1,4 +1,4 @@
1
- import { k as FlatConfigItem } from '../types-A-NO9UF1.cjs';
1
+ import { p as FlatConfigItem } from '../types-HqEzZfQU.cjs';
2
2
  import 'eslint-config-flat-gitignore';
3
3
  import '@antfu/eslint-define-config';
4
4
  import '@eslint-types/jsdoc/types';
@@ -1,4 +1,4 @@
1
- import { k as FlatConfigItem } from '../types-A-NO9UF1.js';
1
+ import { p as FlatConfigItem } from '../types-HqEzZfQU.js';
2
2
  import 'eslint-config-flat-gitignore';
3
3
  import '@antfu/eslint-define-config';
4
4
  import '@eslint-types/jsdoc/types';
@@ -1,4 +1,4 @@
1
- export { F as FormattersOptions, i as formatters } from '../types-A-NO9UF1.cjs';
1
+ export { F as FormattersOptions, i as formatters } from '../types-HqEzZfQU.cjs';
2
2
  import 'eslint-config-flat-gitignore';
3
3
  import '@antfu/eslint-define-config';
4
4
  import '@eslint-types/jsdoc/types';
@@ -1,4 +1,4 @@
1
- export { F as FormattersOptions, i as formatters } from '../types-A-NO9UF1.js';
1
+ export { F as FormattersOptions, i as formatters } from '../types-HqEzZfQU.js';
2
2
  import 'eslint-config-flat-gitignore';
3
3
  import '@antfu/eslint-define-config';
4
4
  import '@eslint-types/jsdoc/types';
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  formatters
3
- } from "../chunk-5TJETBJG.mjs";
3
+ } from "../chunk-XPKGXA67.mjs";
4
4
  import "../chunk-QMGT2Z63.mjs";
5
5
  import "../chunk-4YBQZLPS.mjs";
6
- import "../chunk-ATRL3UZP.mjs";
6
+ import "../chunk-KOXCJL3C.mjs";
7
7
  export {
8
8
  formatters
9
9
  };
@@ -67,6 +67,7 @@ var GLOB_EXCLUDE = [
67
67
  "**/.nuxt",
68
68
  "**/.next",
69
69
  "**/.vercel",
70
+ "**/.netlify",
70
71
  "**/.changeset",
71
72
  "**/.idea",
72
73
  "**/.cache",
@@ -1,4 +1,4 @@
1
- import { k as FlatConfigItem } from '../types-A-NO9UF1.cjs';
1
+ import { p as FlatConfigItem } from '../types-HqEzZfQU.cjs';
2
2
  import 'eslint-config-flat-gitignore';
3
3
  import '@antfu/eslint-define-config';
4
4
  import '@eslint-types/jsdoc/types';
@@ -1,4 +1,4 @@
1
- import { k as FlatConfigItem } from '../types-A-NO9UF1.js';
1
+ import { p as FlatConfigItem } from '../types-HqEzZfQU.js';
2
2
  import 'eslint-config-flat-gitignore';
3
3
  import '@antfu/eslint-define-config';
4
4
  import '@eslint-types/jsdoc/types';
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ignores
3
- } from "../chunk-ANUYBAYV.mjs";
4
- import "../chunk-ATRL3UZP.mjs";
3
+ } from "../chunk-WSQOWO67.mjs";
4
+ import "../chunk-KOXCJL3C.mjs";
5
5
  export {
6
6
  ignores
7
7
  };
@@ -1,4 +1,4 @@
1
- import { S as StylisticConfig, k as FlatConfigItem } from '../types-A-NO9UF1.cjs';
1
+ import { S as StylisticConfig, p as FlatConfigItem } from '../types-HqEzZfQU.cjs';
2
2
  import 'eslint-config-flat-gitignore';
3
3
  import '@antfu/eslint-define-config';
4
4
  import '@eslint-types/jsdoc/types';
@@ -1,4 +1,4 @@
1
- import { S as StylisticConfig, k as FlatConfigItem } from '../types-A-NO9UF1.js';
1
+ import { S as StylisticConfig, p as FlatConfigItem } from '../types-HqEzZfQU.js';
2
2
  import 'eslint-config-flat-gitignore';
3
3
  import '@antfu/eslint-define-config';
4
4
  import '@eslint-types/jsdoc/types';
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  imports
3
- } from "../chunk-5SDSWPKR.mjs";
4
- import "../chunk-ATRL3UZP.mjs";
3
+ } from "../chunk-4YT54JFZ.mjs";
4
+ import "../chunk-KOXCJL3C.mjs";
5
5
  export {
6
6
  imports
7
7
  };