Update .eslintrc.js

This commit is contained in:
typicode
2017-07-05 13:11:25 +02:00
committed by GitHub
parent 1e1fb26289
commit d5ac11f5ca

View File

@ -8,8 +8,7 @@ module.exports = {
singleQuote: true,
semi: false,
},
],
'prefer-template': "error"
]
},
env: { mocha: true }
}