Skip to content

Commit

Permalink
feat(package.json): bump version to 1.3.10 for new release
Browse files Browse the repository at this point in the history
fix(package.json): update @next/eslint-plugin-next to 15.1.3 to address dependency issues
refactor(javascript/config.ts): remove no-duplicate-imports rule to resolve conflict with type imports
  • Loading branch information
Bluzzi committed Dec 26, 2024
1 parent 46caba2 commit 2ec138a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.9",
"version": "1.3.10",
"license": "MIT",
"author": "Bluzzi",
"type": "module",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@eslint-react/eslint-plugin": "^1.22.1",
"@eslint/js": "^9.17.0",
"@next/eslint-plugin-next": "^15.1.2",
"@next/eslint-plugin-next": "^15.1.3",
"@stylistic/eslint-plugin": "^2.12.1",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/configs/javascript/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const javascript = (): TypedFlatConfigItem => {
"array-callback-return": "error",
"no-await-in-loop": "error",
"no-constructor-return": "error",
"no-duplicate-imports": "error", // TODO: conflict with type imports?
"no-inner-declarations": "error",
"no-promise-executor-return": "error",
"no-self-compare": "error",
Expand Down

0 comments on commit 2ec138a

Please sign in to comment.