On Fri, Nov 27, 2015 at 02:53:35PM -0800, Dave Townsend wrote:
Going forwards we'd like to enable it in more directories and turn on more rules. You can help! If there is a directory you work in a lot try removing it from the top-level .eslintignore file and see what fails, then fix it. Mostly it will be simple fixes.
Fun fact: The document for .eslintignore suggests that rules beginning with "!" should unignore files matching that pattern. What it actually does is ignore all files not matching that pattern. Just in case anyone else was wasting their time trying to figure out why it wasn't working.
_______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform