Allow mixed whitespace in parser tests

This commit is contained in:
Dave Bartolomeo
2018-11-07 16:08:43 -08:00
parent a141f4c81a
commit d521502ded
2 changed files with 16 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
[
{
"pattern": [
"lib/**/*.js",
"parser-tests/**/*.js",
"tests/**/*.js"
],
"allowMixedTabsAndSpaces": true
}
]