@hexadrop/eslint-config 0.1.14 → 0.1.15
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/index.cjs +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -932,7 +932,6 @@ async function imports(options) {
|
|
|
932
932
|
settings: {
|
|
933
933
|
[`${importXPlugin}/extensions`]: typeScriptExtensions,
|
|
934
934
|
[`${importXPlugin}/external-module-folders`]: ["node_modules", "node_modules/@types"],
|
|
935
|
-
[`${importXPlugin}/ignore`]: [/\.astro$/],
|
|
936
935
|
[`${importXPlugin}/parsers`]: {
|
|
937
936
|
"@typescript-eslint/parser": [...typeScriptExtensions, ".cts", ".mts"]
|
|
938
937
|
},
|
package/dist/index.js
CHANGED
|
@@ -895,7 +895,6 @@ async function imports(options) {
|
|
|
895
895
|
settings: {
|
|
896
896
|
[`${importXPlugin}/extensions`]: typeScriptExtensions,
|
|
897
897
|
[`${importXPlugin}/external-module-folders`]: ["node_modules", "node_modules/@types"],
|
|
898
|
-
[`${importXPlugin}/ignore`]: [/\.astro$/],
|
|
899
898
|
[`${importXPlugin}/parsers`]: {
|
|
900
899
|
"@typescript-eslint/parser": [...typeScriptExtensions, ".cts", ".mts"]
|
|
901
900
|
},
|