fisker opened this issue 3 years ago · 1 comments
Just mentioning my workaround using negative ignores:
{ "xo": { "ignores": [ "!.*" ] } }
Or just the javascript files: "!.*.{cjs, js}"
"!.*.{cjs, js}"
EDIT: Do not do this as it will ignore other files.