diff --git a/packages/eslint-config/README.md b/packages/eslint-config/README.md index 03e8d04..74f482f 100644 --- a/packages/eslint-config/README.md +++ b/packages/eslint-config/README.md @@ -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", // ... }, // ... @@ -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: diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index c63a051..f96d287 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -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",