@luxass/eslint-config 7.4.1 → 7.4.2
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.d.mts +301 -153
- package/dist/index.mjs +1 -1
- package/dist/{lib-D3Kr7UIJ.mjs → lib-EoktVv6C.mjs} +2793 -2278
- package/package.json +28 -28
package/dist/index.mjs
CHANGED
|
@@ -1938,7 +1938,7 @@ async function typescript(options = {}) {
|
|
|
1938
1938
|
}] : [],
|
|
1939
1939
|
...erasableOnly ? [{
|
|
1940
1940
|
name: "luxas/typescript/erasable-syntax-only",
|
|
1941
|
-
plugins: { "erasable-syntax-only": await interop(import("./lib-
|
|
1941
|
+
plugins: { "erasable-syntax-only": await interop(import("./lib-EoktVv6C.mjs")) },
|
|
1942
1942
|
rules: {
|
|
1943
1943
|
"erasable-syntax-only/enums": "error",
|
|
1944
1944
|
"erasable-syntax-only/import-aliases": "error",
|