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

6
codemods/.eslintrc Normal file
View File

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