@arrirpc/eslint-plugin 0.74.0 → 0.75.0
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.mjs
CHANGED
package/dist/plugin.mjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export { c as configs,
|
1
|
+
export { c as configs, a as default, m as meta, r as rules } from './shared/eslint-plugin.B2xKduqu.mjs';
|
@@ -316,4 +316,4 @@ const configs = {
|
|
316
316
|
const rules = rules$1;
|
317
317
|
const plugin = { meta, configs, rules: rules$1 };
|
318
318
|
|
319
|
-
export {
|
319
|
+
export { plugin as a, configs as c, meta as m, prefixedRuleMap as p, rules as r };
|