Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsunee committed Jan 7, 2025
1 parent 31e284f commit 090eb6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ This enables the setting on a workspace-level, so when switching between project
- [eslint-config-foxkit-react]: Our base configurations for React/Preact development
## Migrating from v4
- The import path for [Flat Config]s has changed to `"eslint-config-foxkit/flat.js"`
- TypeScript-ESLint dependency has been changed to the `typescript-eslint` package, as such a cleaner way to extend base configs is now available (see [Extending base configs](#extending-base-configs))
## Migrating from v3
- Install `eslint@8.57.0` or `eslint@^9` and matching version of `@eslint/js`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-foxkit",
"version": "4.2.0",
"version": "5.0.0",
"description": "ESlint 9 compatible Configurations",
"type": "commonjs",
"main": "src/index.js",
Expand Down

0 comments on commit 090eb6d

Please sign in to comment.