eslint-plugin-remix-react-routes icon indicating copy to clipboard operation
eslint-plugin-remix-react-routes copied to clipboard

Increase remix peer-dep range

Open frontsideair opened this issue 2 years ago • 2 comments

I was having a peer dependency warning even though everything was working perfectly. I'm on 2.0.1 but thought ^2.1.0 would be good enough. Feel free to make any changes!

frontsideair avatar Oct 19 '23 04:10 frontsideair

@jenseng can you merge this pull request ? 🙏

binajmen avatar Nov 14 '23 09:11 binajmen

@binajmen You can use this in your package.json in the meantime:

"eslint-plugin-remix-react-routes": "github:frontsideair/eslint-plugin-remix-react-routes#patch-1",

I didn't publish on npm and currently have no intention to do so.

Edit: Nevermind, eslint can't find the plugin when installed this way.

frontsideair avatar Dec 23 '23 21:12 frontsideair