❯ eslint app
Oops! Something went wrong! :(
ESLint: 8.30.0
ESLint couldn't find the config "plugin:remix-react-routes/recommended" to extend from. Please check that the name of the config is correct.
The config "plugin:remix-react-routes/recommended" was referenced from the config file in "/Users/.../{project}/.eslintrc.js".
If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
If remove the /recommended I get this:
Oops! Something went wrong! :(
ESLint: 8.30.0
"plugin:remix-react-routes" is invalid syntax for a config specifier.
* If your intention is to extend from a configuration exported from the plugin, add the configuration name after a slash: e.g. "plugin:remix-react-routes/myConfig".
* If this is the name of a shareable config instead of a plugin, remove the "plugin:" prefix: i.e. "remix-react-routes".
"plugin:remix-react-routes" was referenced from the config file in "/Users/.../{project}/.eslintrc.js".
Not sure what I'm doing wrong but I did this:
And then edited my
.eslintrc.js
file created by the "just the basic"npx create-remix
.And I get this from eslint:
If remove the
/recommended
I get this:Any idea what I'm doing wrong?