refactor: es6 all the things!
This commit is contained in:
committed by
Benedikt Rötsch
parent
d1d580f288
commit
dc3e8628f3
8
.eslintrc.js
Normal file
8
.eslintrc.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
module.exports = {
|
||||
'extends': 'standard',
|
||||
'plugins': [
|
||||
'standard',
|
||||
'promise'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user