fix whitespace in .eslintrc.json

This commit is contained in:
Zack Schuster 2018-06-28 21:05:31 -07:00
parent 03b7e9a9d0
commit 3acc8f6fb2
1 changed files with 5 additions and 5 deletions

View File

@ -31,10 +31,10 @@
}
],
"valid-jsdoc": "error",
"mocha/handle-done-callback": "error",
"mocha/no-exclusive-tests": "error",
"mocha/no-global-tests": "error",
"mocha/no-mocha-arrows": "error",
"mocha/no-skipped-tests": "error"
"mocha/handle-done-callback": "error",
"mocha/no-exclusive-tests": "error",
"mocha/no-global-tests": "error",
"mocha/no-mocha-arrows": "error",
"mocha/no-skipped-tests": "error"
}
}