Skip to content

Commit 2b08126

Browse files
authored
Merge pull request #297 from bigcommerce/eslint-warning
Update README with ESLint 9 compatibility info
2 parents a838012 + 4a2633e commit 2b08126

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ For installation guide and setup please visit each package's readme.
66

77
[@bigcommerce/eslint-config](packages/eslint-config)
88

9-
[@bigcommerce/eslint-plugin](packages/eslint-plugin)
9+
[@bigcommerce/eslint-plugin](packages/eslint-plugin)
10+
11+
## ESlint 9 Compatibility
12+
Due to a [significant change](https://eslint.org/blog/2023/10/flat-config-rollout-plans/) in ESLint 9, this configuration set currently **requires** ESLint 8. In order to avoid peer dependency resolution issues, you need to also install `eslint` in your project, using the same version range as that found in [package.json](./package.json).

0 commit comments

Comments
 (0)