eslint-plugin-gb 9.2.0 → 9.2.1

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/index.d.ts +1 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import type { Linter } from "eslint";
2
2
 
3
- declare const gb: {
3
+ export declare const gb: {
4
4
  readonly meta: {
5
5
  readonly name: string;
6
6
  readonly version: string;
@@ -12,4 +12,3 @@ declare const gb: {
12
12
  };
13
13
  };
14
14
 
15
- export = gb;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-gb",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "description": "ESLint rules I like",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",