banDropDatabase
Diagnostic Category: lint/safety/banDropDatabase
Since: vnext
Sources:
- Inspired from: squawk/ban-drop-database
Description
Dropping a database may break existing clients (and everything else, really).
Make sure that you really want to drop it.
How to configure
{
"linter": {
"rules": {
"safety": {
"banDropDatabase": "error"
}
}
}
}