Skip to content

Commit

Permalink
upgrade depencies, eslint v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsunee committed Jan 6, 2025
1 parent 39f67d3 commit c4307ff
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 468 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ When not using the `"exports"` key, in general `"main"` should be your cjs build

Run the `pnpm lint` or `pnpm lint:strict` scripts or install the editor integration for your code editor, such as the [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) to run ESLint.

Note: Some plugins may not yet be fully compatible with ESLint V9 and/or Flat Configs. These may require rewriting the config to the legacy system and/or downgrading `eslint` and `@eslint/js` to `v8.57.x`.

### Prettier

[Prettier] is an automatic code-formatter and is configured to auto-format all appropriate file types when creating a commit with git through [simple-git-hooks] and [nano-staged].
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,17 @@
"types": "index.d.ts"
},
"devDependencies": {
"@types/node": "^22.9.0",
"esbuild": "^0.24.0",
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.5",
"esbuild": "^0.24.2",
"esbuild-register": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-foxkit": "4.1.2",
"eslint": "^9.17.0",
"eslint-config-foxkit": "4.2.0",
"eslint-config-prettier": "^9.1.0",
"nano-staged": "^0.8.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"simple-git-hooks": "^2.11.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"uvu": "^0.5.6"
}
}
Loading

0 comments on commit c4307ff

Please sign in to comment.