Skip to content

Commit

Permalink
fix: mention eslint-plugin-react plugin currently does not support ES…
Browse files Browse the repository at this point in the history
…Lint v9

fixes #106
  • Loading branch information
aladdin-add committed May 7, 2024
1 parent 12886ee commit e1e1268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class ConfigGenerator {
message: "Which framework does your project use?",
initial: 0,
choices: [
{ message: "React", name: "react" },
{ message: "React (eslint v8 is required to ensure compatibility with eslint-plugin-react)", name: "react" },
{ message: "Vue.js", name: "vue" },
{ message: "None of these", name: "none" }
]
Expand Down

0 comments on commit e1e1268

Please sign in to comment.