xojs / xo

❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults
MIT License
7.64k stars 291 forks source link

Document top-level `files` option #105

Open sindresorhus opened 8 years ago

sindresorhus commented 8 years ago

Issuehunt badges

First needs to make sure it actually works. We already have files in overrides. Would be nice to be able to use it in the top-level config too instead of using CLI arguments. Should also write a test to prevent future regressions.

There is a $10.00 open bounty on this issue. Add more on Issuehunt.

IssueHuntBot commented 5 years ago

@issuehuntfest has funded $10.00 to this issue. See it on IssueHunt

elyager commented 5 years ago

This issue seems to be from a long time ago, is this still required or have been already implemented?

I've been reading the code but I don't fully understand this request:

Would be nice to be able to use it in the top-level config too instead of using CLI arguments.

What CLI argument are you referring to?

What is the top-leve config? (do you mean the files on config directory?)

I'm a little bit lost...