@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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const plugin = require('./shared/eslint-plugin.OTGuyyTf.cjs');
5
+ const plugin = require('./shared/eslint-plugin.CA5aeAUg.cjs');
6
6
 
7
7
  const flatConfigs = {
8
8
  recommended: {
package/dist/configs.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { p as prefixedRuleMap, a as plugin } from './shared/eslint-plugin.TPk3R2S0.mjs';
1
+ import { p as prefixedRuleMap, a as plugin } from './shared/eslint-plugin.CB1YtGcG.mjs';
2
2
 
3
3
  const flatConfigs = {
4
4
  recommended: {
package/dist/plugin.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const plugin = require('./shared/eslint-plugin.OTGuyyTf.cjs');
5
+ const plugin = require('./shared/eslint-plugin.CA5aeAUg.cjs');
6
6
 
7
7
 
8
8
 
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.TPk3R2S0.mjs';
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arrirpc/eslint-plugin",
3
- "version": "0.80.1",
3
+ "version": "0.80.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "author": {