Skip to content

Commit

Permalink
feat: bump package version to 1.3.7 and update react config to use re…
Browse files Browse the repository at this point in the history
…commended rules
  • Loading branch information
Bluzzi committed Dec 25, 2024
1 parent 3433c5d commit fcdd1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6",
"version": "1.3.7",
"license": "MIT",
"author": "Bluzzi",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/configs/react/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { configName, renameRules } from "#/utils/naming";

export const react = (): TypedFlatConfigItem[] => {
const recommendedRules = renameRules(
reactPlugin.configs.recommended,
reactPlugin.configs.recommended.rules,
{
"@eslint-react": "react",
"@eslint-react/dom": "react-dom",
Expand Down

0 comments on commit fcdd1d1

Please sign in to comment.