move deprecation rule to root

This commit is contained in:
evelyn masso 2018-09-13 09:03:50 -07:00
parent 8f1e0aa6a4
commit 78a5046b7c
2 changed files with 2 additions and 8 deletions

View file

@ -1,7 +0,0 @@
{
"rules": {
"deprecation": {
"severity": "warning"
}
}
}

View file

@ -37,6 +37,7 @@
"variable-declaration": "nospace"
}
],
"variable-name": [true, "ban-keywords"]
"variable-name": [true, "ban-keywords"],
"deprecation": true
}
}