Upgrade eslint config to use new @silvermine org

This commit is contained in:
Ethan Smith 2018-12-21 15:03:51 -05:00
parent 0dec8acaf5
commit 5cd2703d2b
No known key found for this signature in database
GPG key ID: 302537F389FEE7DB
5 changed files with 24 additions and 24 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "eslint-config-silvermine/browser"
"extends": "@silvermine/eslint-config/browser"
}