@ntnyq/eslint-config 2.1.0 → 2.1.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.
package/README.md CHANGED
@@ -21,8 +21,6 @@ import { ntnyq } from '@ntnyq/eslint-config'
21
21
  export default ntnyq()
22
22
  ```
23
23
 
24
- Make sure to config `"eslint.experimental.useFlatConfig": true` in `.vscode/settings.json`
25
-
26
24
  ## Credits
27
25
 
28
26
  - [@sxzz/eslint-config](https://github.com/sxzz/eslint-config)
package/dist/index.cjs CHANGED
@@ -164,6 +164,7 @@ var GLOB_EXCLUDE = [
164
164
  "**/.stylelintcache",
165
165
  "**/.vite-inspect",
166
166
  "**/.nuxt",
167
+ "**/.wxt",
167
168
  "**/.output",
168
169
  "**/.tsup",
169
170
  "**/.nitro",
package/dist/index.js CHANGED
@@ -62,6 +62,7 @@ var GLOB_EXCLUDE = [
62
62
  "**/.stylelintcache",
63
63
  "**/.vite-inspect",
64
64
  "**/.nuxt",
65
+ "**/.wxt",
65
66
  "**/.output",
66
67
  "**/.tsup",
67
68
  "**/.nitro",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "packageManager": "pnpm@9.2.0",
6
6
  "description": "ESLint flat config of ntnyq",
7
7
  "keywords": [