rsnext/test/unit/eslint-plugin-next
Julien Deniau 8ebd1a24cb
Update polyfill for eslint no-unwanted-polyfillio rule (#33170)
Fixes #33072

I documented all `esXXX` features to be sure that they were already polyfilled. Only `es2019` feature `Object.fromEntries` is not already polyfilled by nextjs.

I added some unwanted polyfill (that are polyfilled by nextjs).

I kept the `es5`, `es6` and `es2015` "as-is" as they contain functions that does not seem to be explicitly polyfilled (all `Math` functions or `Date.now` for example) in the [polyfill file](https://github.com/vercel/next.js/blob/master/packages/next-polyfill-nomodule/src/index.js)

Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-08-08 05:56:31 +00:00
..
custom-pages Bug fix for lint rule (#28677) 2021-09-02 10:45:27 +02:00
google-font-display.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
google-font-preconnect.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
index.test.ts Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined. (#38183) 2022-06-30 11:31:33 -05:00
inline-script-id.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
next-script-for-ga.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-assign-module-variable.test.ts Readds missing @next/next/no-assign-module-variable ESLint rule. (#38134) 2022-06-29 02:54:47 +00:00
no-before-interactive-script-outside-document.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-css-tags.test.ts fix(eslint-plugin-next): Broken links in eslint output (#32837) 2021-12-28 02:18:39 +00:00
no-document-import-in-page.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-duplicate-head.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-head-element.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-head-import-in-document.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-html-link-for-pages.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-img-element.test.ts fix(eslint): allow <img> in conjunction with <picture> (#37504) (#37570) 2022-06-15 21:13:52 -05:00
no-page-custom-font.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-script-component-in-head.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-styled-jsx-in-document.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-sync-scripts.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-title-in-document-head.test.ts Adds consistency to ESLint rules. (#34335) 2022-06-13 21:17:42 -05:00
no-typos.test.ts Move unit tests to one folder and migrate them to TypeScript (#28427) 2021-08-24 07:52:45 -05:00
no-unwanted-polyfillio.test.ts Update polyfill for eslint no-unwanted-polyfillio rule (#33170) 2022-08-08 05:56:31 +00:00