rsnext/test/unit/eslint-plugin-next
Balázs Orbán 73b473991c
chore: add build step to eslint-plugin-next (#38647)
Follow-up on https://github.com/vercel/next.js/pull/38534#pullrequestreview-1035020450

This lets us use modern JS/TS syntax in ESLint rules and avoid issues like #38530 and #36693

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)


Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-09-30 01:37:59 +00:00
..
custom-pages Bug fix for lint rule (#28677) 2021-09-02 10:45:27 +02:00
google-font-display.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
google-font-preconnect.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
index.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
inline-script-id.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
next-script-for-ga.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-assign-module-variable.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-before-interactive-script-outside-document.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-css-tags.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-document-import-in-page.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-duplicate-head.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-head-element.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-head-import-in-document.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-html-link-for-pages.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-img-element.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-page-custom-font.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-script-component-in-head.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-styled-jsx-in-document.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-sync-scripts.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-title-in-document-head.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-typos.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00
no-unwanted-polyfillio.test.ts chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00