From c7f3abe3190f5dae572194269a6a2ab138819d68 Mon Sep 17 00:00:00 2001 From: Jeff Lee Date: Fri, 26 Apr 2024 14:29:44 -0700 Subject: [PATCH] README.md: note ESLint 9 incompatibility --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 83f4289..6b880c3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ This linter requires TypeScript, ESLint, typescript-eslint, and the Figma Plugin npm install -D typescript eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin @figma/plugin-typings ``` +#### ESLint v9 + +This plugin is not yet compatible with ESLint 9. Once [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) has been [upgraded to support ESLint 9](https://github.com/typescript-eslint/typescript-eslint/pull/9002), we'll update this README with example configurations that use the new ESLint 9 flat configs. + ### Install the ESLint plugin package ```