rsnext/test/unit/eslint-plugin-next
Jiachi Liu 82682a3a53
Disable head element lint rule for appDir (#40921)
Only lint `<head>` elements usage in `pages/`, `<head>` should be able
to use in appDir
2022-09-26 15:20:16 -07: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 Disable head element lint rule for appDir (#40921) 2022-09-26 15:20:16 -07: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 fix: eslint no-script-component-in-head error url (#40422) 2022-09-12 16:15:33 +00: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