Skip to content

Commit

Permalink
Update .changeset/great-dodos-dream.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored Aug 26, 2024
1 parent cb36e4b commit 19f0214
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .changeset/great-dodos-dream.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@
"eslint-plugin-import-x": minor
---

add support for flat configs
Add ESLint flat configuration presets. You can access them with:

```ts
import eslintPluginImportX from 'eslint-plugin-import-x';

eslintPluginImportX.flatConfigs.recommended;
eslintPluginImportX.flatConfigs.react;
eslintPluginImportX.flatConfigs.typescript;
eslintPluginImportX.flatConfigs.electron;
```

0 comments on commit 19f0214

Please sign in to comment.