xojs/xo

xo does not check for `.xo.config.js` (or any file with dot '.' prefix)

yvvki opened this issue · 1 comments

I want to make my configuration file a javascript exports but it seems that any file starting with the character '.' will be ignored by both the CLI and VSCode extensions.

This way I cannot check and format (--fix) ".xo-config.js" with xo.

Nevermind, it's a duplicate of #673