Use no-undefined-identifier eslint rule in packages (#6457)

This commit is contained in:
Brian Ng
2017-10-11 00:11:48 -05:00
committed by Henry Zhu
parent fcdfc61bdb
commit be58de2b62
3 changed files with 3 additions and 3 deletions

View File

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