@kevinmarrec/eslint-config 1.12.0 → 1.13.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/dist/index.mjs +1 -3
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -1,7 +1,6 @@
1
1
  import { antfu } from "@antfu/eslint-config";
2
2
  import defu from "defu";
3
3
  import { globSync } from "tinyglobby";
4
-
5
4
  //#region src/index.ts
6
5
  function useConfig(options = {}) {
7
6
  const [unoConfig] = globSync("**/uno.config.ts", { absolute: true });
@@ -47,6 +46,5 @@ function useConfig(options = {}) {
47
46
  }] } });
48
47
  }
49
48
  var src_default = useConfig();
50
-
51
49
  //#endregion
52
- export { src_default as default, useConfig };
50
+ export { src_default as default, useConfig };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kevinmarrec/eslint-config",
3
3
  "type": "module",
4
- "version": "1.12.0",
4
+ "version": "1.13.0",
5
5
  "description": "Opinionated ESLint config.",
6
6
  "author": "Kevin Marrec <kevin@marrec.io>",
7
7
  "license": "MIT",
@@ -30,8 +30,8 @@
30
30
  "eslint": ">=9.20.0"
31
31
  },
32
32
  "dependencies": {
33
- "@antfu/eslint-config": "^7.6.1",
34
- "@unocss/eslint-plugin": "^66.6.2",
33
+ "@antfu/eslint-config": "^7.7.0",
34
+ "@unocss/eslint-plugin": "^66.6.6",
35
35
  "defu": "^6.1.4",
36
36
  "eslint-flat-config-utils": "^3.0.1",
37
37
  "eslint-plugin-format": "^2.0.1",