diff --git a/.changeset/calm-ravens-lint.md b/.changeset/calm-ravens-lint.md deleted file mode 100644 index d3b83c1..0000000 --- a/.changeset/calm-ravens-lint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/devtools': patch ---- - -Keep ESLint 10 and wrap the React Native ESLint plugin with `@eslint/compat` so React Native and Expo profiles can run legacy plugin rules without `context.getSourceCode is not a function` crashes. diff --git a/CHANGELOG.md b/CHANGELOG.md index d755214..17a4081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.2 + +### Patch Changes + +- 1f3eba8: Keep ESLint 10 and wrap the React Native ESLint plugin with `@eslint/compat` so React Native and Expo profiles can run legacy plugin rules without `context.getSourceCode is not a function` crashes. + ## 1.3.1 ### Patch Changes diff --git a/package.json b/package.json index 1be5d43..a21742f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/devtools", - "version": "1.3.1", + "version": "1.3.2", "description": "Shared development tools and repository standards for Ankhorage", "license": "MIT", "homepage": "https://github.com/ankhorage/devtools#readme",