rsnext/packages/eslint-plugin-next/lib/rules
JJ Kasper 9a0fc42d56
Fix ie11 support with webpack 5 (#25014)
This fixes ie11 compatibility that broke in https://github.com/vercel/next.js/pull/24656 from the polyfills not being loaded first, our existing ie11 test caught this but was failing, this ensures the test is passing again. This also updates the `hrefValue` optional chaining in the eslint plugin as these files aren't transpiled and related tests were failing in azure 

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
2021-05-12 12:24:42 +00:00
..
google-font-display.js Fix ie11 support with webpack 5 (#25014) 2021-05-12 12:24:42 +00:00
google-font-preconnect.js Fix ie11 support with webpack 5 (#25014) 2021-05-12 12:24:42 +00:00
link-passhref.js ESLint Plugin: passHref is not assigned (#24670) 2021-05-10 18:35:11 +00:00
no-css-tags.js Adds ESLint with default rule-set (#23702) 2021-04-30 11:09:07 +00:00
no-document-import-in-page.js ESLint Plugin: Prevent bad imports of next/document and next/head (#24832) 2021-05-10 21:28:06 +00:00
no-head-import-in-document.js ESLint Plugin: Prevent bad imports of next/document and next/head (#24832) 2021-05-10 21:28:06 +00:00
no-html-link-for-pages.js Adds ESLint with default rule-set (#23702) 2021-04-30 11:09:07 +00:00
no-page-custom-font.js Fix ie11 support with webpack 5 (#25014) 2021-05-12 12:24:42 +00:00
no-sync-scripts.js Adds ESLint with default rule-set (#23702) 2021-04-30 11:09:07 +00:00
no-title-in-document-head.js ESLint Plugin: Disallow <title> in Head from next/document (#24868) 2021-05-07 08:49:37 +00:00
no-unwanted-polyfillio.js Adds ESLint with default rule-set (#23702) 2021-04-30 11:09:07 +00:00