eslint --fix on test/

This commit is contained in:
Aaron Raimist
2018-10-19 20:59:07 -05:00
parent 6abd1de8b8
commit 70fe4f67ee
5 changed files with 55 additions and 56 deletions
+1 -1
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'));