Tweak babel-preset-env for monorepo

This commit is contained in:
Brian Ng
2017-10-03 11:37:03 -05:00
parent 2d6606fd5a
commit 38355d9230
24 changed files with 98 additions and 5486 deletions

View File

@@ -1,6 +1,6 @@
{
"rules": {
"prettier/prettier": ["error", { "trailingComma": "all" }],
"no-undefined-identifier": 2
"no-undef": 2
}
}