Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: support eslint@9 and flat config #519

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

AriPerkkio
Copy link
Owner

@AriPerkkio AriPerkkio commented May 10, 2024

Breaking changes:

  • Minimum requirement for eslint is now v9
  • Optional peer dependency for loading Typescript configurations was changed from ts-node. You can now use either jiti or importx.
  • eslint-remote-tester.config.js supports now eslintConfig option. Previous eslintrc option was removed.
import js from '@eslint/js';

export default {
    repositories: ['AriPerkkio/eslint-remote-tester-integration-test-target'],
    extensions: ['js', 'jsx', 'ts', 'tsx'],
    eslintConfig: [js.configs.recommended],
};

@AriPerkkio AriPerkkio force-pushed the feat/flat-config-eslint-9 branch from 7b8012a to fc7e012 Compare May 28, 2024 13:14
Copy link

pkg-pr-new bot commented May 28, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

eslint-remote-tester (4c7d4e9)

npm i https://pkg.pr.new/eslint-remote-tester@519

eslint-remote-tester-repositories (4c7d4e9)

npm i https://pkg.pr.new/eslint-remote-tester-repositories@519

@AriPerkkio AriPerkkio force-pushed the feat/flat-config-eslint-9 branch 3 times, most recently from 29dd19f to 4d8d63d Compare May 29, 2024 04:52
@AriPerkkio AriPerkkio force-pushed the feat/flat-config-eslint-9 branch 2 times, most recently from 71abc7f to 4adc93f Compare May 29, 2024 12:55
@AriPerkkio AriPerkkio marked this pull request as ready for review May 29, 2024 12:55
@AriPerkkio AriPerkkio force-pushed the feat/flat-config-eslint-9 branch 2 times, most recently from a3cbd03 to 492b253 Compare May 29, 2024 15:52
@AriPerkkio AriPerkkio force-pushed the feat/flat-config-eslint-9 branch 3 times, most recently from e46fa20 to 6a2ef26 Compare June 7, 2024 11:28
@AriPerkkio AriPerkkio force-pushed the feat/flat-config-eslint-9 branch 3 times, most recently from f20858c to 5f751d3 Compare June 8, 2024 17:37
@AriPerkkio AriPerkkio force-pushed the feat/flat-config-eslint-9 branch from 5f751d3 to 4c7d4e9 Compare June 8, 2024 17:41
@AriPerkkio AriPerkkio merged commit 283cdc9 into master Jun 8, 2024
10 checks passed
@AriPerkkio AriPerkkio deleted the feat/flat-config-eslint-9 branch June 8, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ESLint's flat config
1 participant