Skip to content

Commit

Permalink
this library does not support react byitself
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jan 5, 2025
1 parent e044a8f commit d49c908
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ESLint Configuration for chubbyts libraries / framework / projects.
Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-eslint][1].

```sh
npm i @chubbyts/chubbyts-eslint@^3.0.3
npm i @chubbyts/chubbyts-eslint@^3.0.4
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chubbyts/chubbyts-eslint",
"type": "module",
"version": "3.0.3",
"version": "3.0.4",
"description": "ESLint Configuration for chubbyts libraries / framework / projects.",
"keywords": [
"chubbyts",
Expand Down
1 change: 0 additions & 1 deletion src/eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import eslintUnusedImports from 'eslint-plugin-unused-imports';
export default eslintTypescriptConfig({
extends: [
eslint.configs.recommended,
eslintImport.flatConfigs.react,
eslintImport.flatConfigs.recommended,
eslintImport.flatConfigs.typescript,
eslintTypescriptConfigs.strict,
Expand Down

0 comments on commit d49c908

Please sign in to comment.