@mouse_484/eslint-config 5.8.2 → 5.8.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mouse_484/eslint-config",
3
3
  "type": "module",
4
- "version": "5.8.2",
4
+ "version": "5.8.4",
5
5
  "author": "mouse_484",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/mouse484/config/tree/main/packages/eslint",
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@antfu/eslint-config": "^6.2.0",
28
28
  "eslint-plugin-better-tailwindcss": "^3.7.11",
29
- "package-manager-detector": "^1.5.0"
29
+ "package-manager-detector": "^1.6.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "eslint-typegen": "2.3.0"
package/src/const/glob.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { GLOB_ASTRO } from '@antfu/eslint-config'
2
2
 
3
- export const GLOB_SVELTE_COMPONENTS = '"**/*.svelte'
3
+ export const GLOB_SVELTE_COMPONENTS = '**/*.svelte'
4
4
 
5
5
  export const GLOB_SVELTE_ROUTES = '**/src/routes/**/\+*.svelte'
6
6
 
package/src/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import type {
2
+ antfu,
2
3
  TypedFlatConfigItem as AntfuTypedFlatConfigItem,
3
4
  OptionsConfig,
4
5
  OptionsOverrides,