eslint-plugin-gb 9.0.0-alpha.6 → 9.1.0-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.
Files changed (2) hide show
  1. package/index.js +2 -3
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1,10 +1,9 @@
1
1
  import fs from "fs";
2
-
3
- import flatRecommended from "./configs/flat/recommended.js";
4
2
  import flatBase from "./configs/flat/base.js";
3
+ import flatRecommended from "./configs/flat/recommended.js";
5
4
 
6
5
  const pkg = JSON.parse(
7
- fs.readFileSync(new URL("./package.json", import.meta.url), "utf8"),
6
+ fs.readFileSync(new URL("./package.json", import.meta.url), "utf8")
8
7
  );
9
8
 
10
9
  const plugin = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-gb",
3
- "version": "9.0.0-alpha.6",
3
+ "version": "9.1.0-0",
4
4
  "description": "ESLint rules I like",
5
5
  "main": "index.js",
6
6
  "peerDependencies": {
@@ -10,7 +10,7 @@
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/GaryB432/eslint-plugin-gb.git"
12
12
  },
13
- "type": "module",
13
+ "type": "commonjs",
14
14
  "keywords": [
15
15
  "eslint",
16
16
  "eslint-plugin",