@arrirpc/eslint-plugin 0.80.1 → 0.80.3
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/configs.cjs +1 -1
- package/dist/configs.mjs +1 -1
- package/dist/plugin.cjs +1 -1
- package/dist/plugin.mjs +1 -1
- package/dist/shared/{eslint-plugin.OTGuyyTf.cjs → eslint-plugin.CA5aeAUg.cjs} +0 -2
- package/dist/shared/{eslint-plugin.TPk3R2S0.mjs → eslint-plugin.CB1YtGcG.mjs} +0 -2
- package/package.json +1 -1
package/dist/configs.cjs
CHANGED
package/dist/configs.mjs
CHANGED
package/dist/plugin.cjs
CHANGED
package/dist/plugin.mjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export { c as configs, a as default, m as meta, r as rules } from './shared/eslint-plugin.
|
1
|
+
export { c as configs, a as default, m as meta, r as rules } from './shared/eslint-plugin.CB1YtGcG.mjs';
|
@@ -325,7 +325,6 @@ const preferModularImports = {
|
|
325
325
|
let importPart = "";
|
326
326
|
let shouldExitNext = false;
|
327
327
|
const loc = node.loc;
|
328
|
-
console.log("LOC", loc);
|
329
328
|
for (let i = 0; i < parent.tokens.length; i++) {
|
330
329
|
const token = parent.tokens[i];
|
331
330
|
if (shouldExitNext) {
|
@@ -334,7 +333,6 @@ const preferModularImports = {
|
|
334
333
|
}
|
335
334
|
break;
|
336
335
|
}
|
337
|
-
console.log("TOKEN", token.loc);
|
338
336
|
if (token.loc.start.line > (loc?.start.line ?? 0))
|
339
337
|
break;
|
340
338
|
if (token.loc.start.line !== loc?.start.line) continue;
|
@@ -323,7 +323,6 @@ const preferModularImports = {
|
|
323
323
|
let importPart = "";
|
324
324
|
let shouldExitNext = false;
|
325
325
|
const loc = node.loc;
|
326
|
-
console.log("LOC", loc);
|
327
326
|
for (let i = 0; i < parent.tokens.length; i++) {
|
328
327
|
const token = parent.tokens[i];
|
329
328
|
if (shouldExitNext) {
|
@@ -332,7 +331,6 @@ const preferModularImports = {
|
|
332
331
|
}
|
333
332
|
break;
|
334
333
|
}
|
335
|
-
console.log("TOKEN", token.loc);
|
336
334
|
if (token.loc.start.line > (loc?.start.line ?? 0))
|
337
335
|
break;
|
338
336
|
if (token.loc.start.line !== loc?.start.line) continue;
|