eslint --fix on test/

This commit is contained in:
Aaron Raimist 2018-10-12 19:01:09 -05:00
parent 6abd1de8b8
commit 70fe4f67ee
No known key found for this signature in database
GPG key ID: 37419210002890EF
5 changed files with 55 additions and 56 deletions

View file

@ -4,5 +4,5 @@
* Skins the react-sdk with the vector components
*/
var sdk = require('matrix-react-sdk');
const sdk = require('matrix-react-sdk');
sdk.loadSkin(require('../src/component-index'));