eslint-plugin-remix-react-routes
eslint-plugin-remix-react-routes copied to clipboard
Deprecate `no-urls` for remix >= 1.12.0
As of 1.12.0, remix (and react-router) can handle absolute URLs in <Link>s, so this is no longer worth linting. We should detect the Remix version and emit a warning if this rule is activated within an app using remix >= 1.12.0
I just removed the 'remix-react-routes/no-urls': 'error', line from the .eslintrc.cjs file