Ignore whitespace errors in everything under lib

This commit is contained in:
Dave Bartolomeo
2018-11-07 16:55:15 -08:00
parent d521502ded
commit 2977395c32

View File

@@ -1,7 +1,7 @@
[
{
"pattern": [
"lib/**/*.js",
"lib/**/*",
"parser-tests/**/*.js",
"tests/**/*.js"
],