Eslintify test/backup_test.js

This commit is contained in:
Scott Nonnenberg 2018-04-20 12:11:56 -07:00
parent d0bcf506b4
commit c3acf43c47
No known key found for this signature in database
GPG key ID: 5F82280C35134661
8 changed files with 163 additions and 108 deletions

View file

@ -3,6 +3,11 @@
module.exports = {
env: {
mocha: true,
browser: true,
},
parserOptions: {
sourceType: 'script',
},
rules: {