Merge pull request #47767 from Microsoft/octref/hygiene-yarn-error

Exclude yarn-error from hygiene
This commit is contained in:
Pine
2018-04-12 10:47:24 -07:00
committed by GitHub
+1
View File
@@ -61,6 +61,7 @@ const indentationFilter = [
// except multiple specific files
'!**/package.json',
'!**/yarn.lock',
'!**/yarn-error.log',
// except multiple specific folders
'!**/octicons/**',