Skip to content

Commit

Permalink
Bump "@pandell/eslint-config" to 9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milang committed Dec 10, 2024
1 parent 4191da6 commit 6b80b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ Add the following to your `package.json`:

```jsonc
{
"resolutions": {
"@typescript-eslint/utils": "^8.15.0" // see note 1
},
"devDependencies": {
"@pandell/eslint-config": "^9.6.0",
"eslint": "^9.15.0",
"@pandell/eslint-config": "^9.7.0",
"eslint": "^9.16.0",
// ...
},
// ...
Expand All @@ -22,13 +19,6 @@ Add the following to your `package.json`:

---

> **Note 1** `eslint-plugin-testing-library` depends on a very old version of `typescript-eslint`
library for no good reason. We recommend resolving it to the latest version, to be
consistent with `@pandell/eslint-config`. We should be able to remove the resolution
once testing library plugin upgrades to the latest major version of `typescript-eslint`.

---

Next, create `eslint.config.mjs` in the root of your project. Explore available properties
in the settings object passed to `createPandellEsLintConfig` function (see `PandellEsLintConfigSettings`
in `node_modules/@pandell/eslint-config/dist/pandellEsLintConfig.d.ts`). Example contents:
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pandell/eslint-config",
"type": "module",
"version": "9.6.0",
"version": "9.7.0",
"description": "Pandell ESLint shared config",
"keywords": [
"eslint",
Expand Down

0 comments on commit 6b80b77

Please sign in to comment.