xo
xo copied to clipboard
ESLint Bulk suppression via xo
It would be great if we could update bulk suppression in ESLint via the xo command while referring to the xo settings, or if we could refer to eslint-suppressions.json.
However, since the Node API RFC is currently being drafted, it seems that we will have to wait for it to be finalized and the feature to be implemented.
How to generate eslint-suppressions.json:
- Create
eslint.config.jswith xoToEslintConfig -
pnpm eslint --suppress-all
But xo ignores it for now.