Use no-undefined-identifier eslint rule in packages (#6457)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"rules": {
|
||||
"prettier/prettier": ["error", { "trailingComma": "all" }],
|
||||
"no-undef": 2
|
||||
"no-undefined-identifier": 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user