Tweak babel-preset-env for monorepo
This commit is contained in:
6
codemods/.eslintrc
Normal file
6
codemods/.eslintrc
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"rules": {
|
||||
"prettier/prettier": ["error", { "trailingComma": "all" }],
|
||||
"no-undef": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user