You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #667, we should probably add to the README.md documentation something like the following:
## Linting dotfiles (e.g. cosmiconfig)
If you would like to lint files such as `.lintstagedrc.js` or `.xo-config.js`, then you will need to add the following line to your `.eslintignore` file:
echo '!.*.js' >> .eslintignore
Per #667, we should probably add to the README.md documentation something like the following:
Pinging @sindresorhus and @spence-s since you might know where to put this best?
The text was updated successfully, but these errors were encountered: