standard/semistandard

How to ignore files?

icyflame opened this issue · 2 comments

  • standard provides the standard.ignore property inside package.json file. I have tried doing that, but semistandard does not ignore the files.

Okay, My bad! The property had to be semistandard.ignore ! Thanks, a quick glance at the code in standard-engine's index.js solved the problem!

Flet commented

Ah, I'll add this to the README.md as its not obvious. Thanks for the feedback!