eslint-plugin-decimal-system 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,17 +1,17 @@
1
1
  declare const plugin: {
2
2
  rules: {
3
- "decimal-system-only": import("@typescript-eslint/utils/dist/ts-eslint/Rule.js").RuleModule<"unexpected", [], unknown, import("@typescript-eslint/utils/dist/ts-eslint/Rule.js").RuleListener>;
3
+ "decimal-system-only": import("@typescript-eslint/utils/ts-eslint").RuleModule<"unexpected", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
4
  };
5
5
  };
6
6
  export declare const rules: {
7
- "decimal-system-only": import("@typescript-eslint/utils/dist/ts-eslint/Rule.js").RuleModule<"unexpected", [], unknown, import("@typescript-eslint/utils/dist/ts-eslint/Rule.js").RuleListener>;
7
+ "decimal-system-only": import("@typescript-eslint/utils/ts-eslint").RuleModule<"unexpected", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
8
8
  };
9
9
  export declare const configs: {
10
10
  recommended: {
11
11
  plugins: {
12
12
  decimal: {
13
13
  rules: {
14
- "decimal-system-only": import("@typescript-eslint/utils/dist/ts-eslint/Rule.js").RuleModule<"unexpected", [], unknown, import("@typescript-eslint/utils/dist/ts-eslint/Rule.js").RuleListener>;
14
+ "decimal-system-only": import("@typescript-eslint/utils/ts-eslint").RuleModule<"unexpected", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
15
15
  };
16
16
  };
17
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-decimal-system",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "ESLint plugin that allows only decimal numeric literals",
5
5
  "type": "module",
6
6
  "exports": {