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

Deprecate `no-urls` for remix >= 1.12.0

Open jenseng opened this issue 2 years ago • 1 comments

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

jenseng avatar Jan 31 '23 21:01 jenseng

I just removed the 'remix-react-routes/no-urls': 'error', line from the .eslintrc.cjs file

andrecasal avatar Feb 28 '24 17:02 andrecasal