@ntnyq/eslint-config 2.0.0-beta.8 → 2.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.
package/README.md CHANGED
@@ -13,7 +13,7 @@ pnpm add @ntnyq/eslint-config@next eslint-define-config -D
13
13
 
14
14
  ## Usage
15
15
 
16
- Config in `eslint.config.{js,cjs,mjs}`:
16
+ Config in `eslint.config.js`:
17
17
 
18
18
  ```js
19
19
  import { defineFlatConfig } from 'eslint-define-config'
@@ -27,6 +27,7 @@ Make sure to config `"eslint.experimental.useFlatConfig": true` in `.vscode/sett
27
27
  ## Credits
28
28
 
29
29
  - [@sxzz/eslint-config](https://github.com/sxzz/eslint-config)
30
+ - [@antfu/eslint-config](https://github.com/antfu/eslint-config)
30
31
 
31
32
  ## License
32
33