@jsse/eslint-config 0.0.9 → 0.0.10

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/cli.cjs CHANGED
@@ -616,7 +616,7 @@ var CAC = class extends import_events.EventEmitter {
616
616
  var cac = (name = "") => new CAC(name);
617
617
 
618
618
  // package.json
619
- var version = "0.0.9";
619
+ var version = "0.0.10";
620
620
 
621
621
  // src/cli.ts
622
622
  var cli = cac("jsselint");
package/dist/cli.js CHANGED
@@ -592,7 +592,7 @@ var CAC = class extends EventEmitter {
592
592
  var cac = (name = "") => new CAC(name);
593
593
 
594
594
  // package.json
595
- var version = "0.0.9";
595
+ var version = "0.0.10";
596
596
 
597
597
  // src/cli.ts
598
598
  var cli = cac("jsselint");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.0.9",
4
+ "version": "0.0.10",
5
5
  "packageManager": "pnpm@8.8.0",
6
6
  "description": "jsse eslint config",
7
7
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
@@ -41,7 +41,7 @@
41
41
  "@typescript-eslint/parser": "^6.9.0",
42
42
  "eslint-config-flat-gitignore": "^0.1.1",
43
43
  "eslint-define-config": "^1.24.1",
44
- "eslint-plugin-antfu": "1.0.0-beta.12",
44
+ "eslint-plugin-antfu": "1.0.1",
45
45
  "eslint-plugin-eslint-comments": "^3.2.0",
46
46
  "eslint-plugin-i": "^2.28.1",
47
47
  "eslint-plugin-jsdoc": "^46.8.2",