eslint / create-config

Utility to create ESLint config files
MIT License
76 stars 19 forks source link

test: update test with `eslint-config-xo` #143

Closed mdjermanovic closed 3 months ago

mdjermanovic commented 3 months ago

The latest version of eslint-config-xo supports ESLint v9 and exports flat config format:

https://github.com/xojs/eslint-config-xo/releases/tag/v0.46.0

It currently breaks CI on the main branch:

https://github.com/eslint/create-config/actions/runs/10234823210/job/28314801941

This updates a test with eslint-config-xo to not use --eslintrc, and updates the corresponding snapshot accordingly.