Closed mdjermanovic closed 3 months ago
The latest version of eslint-config-xo supports ESLint v9 and exports flat config format:
eslint-config-xo
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.
--eslintrc
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.