Skip to content

Commit

Permalink
chore(package.json): bump version to 1.3.4 for new release
Browse files Browse the repository at this point in the history
refactor(factory.ts): reorganize ESLint react-related rules for clarity
  • Loading branch information
Bluzzi committed Dec 25, 2024
1 parent ad463b4 commit 694e9cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bluzzi/eslint-config",
"description": "ESLint configuration preset for linting and formatting all your files",
"version": "1.3.3",
"version": "1.3.4",
"license": "MIT",
"author": "Bluzzi",
"type": "module",
Expand Down
5 changes: 3 additions & 2 deletions src/utils/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ export const eslintConfig = async (
"@stylistic": "style",
"@typescript-eslint": "ts",
"n": "node",
"@eslint-react": "react", // TODO: regroup all the react rules?
"@eslint-react/hooks": "react-hooks",
"@eslint-react": "react",
"@eslint-react/dom": "react-dom",
"react-hooks": "react-hooks",
"@eslint-react/hooks-extra": "react-hooks-extra",
"@eslint-react/naming-convention": "react-naming-convention",
});
Expand Down

0 comments on commit 694e9cc

Please sign in to comment.