Files
the-example-app-nodejs/.eslintrc.js
2017-11-07 17:33:32 +01:00

8 lines
95 B
JavaScript

module.exports = {
'extends': 'standard',
'plugins': [
'standard',
'promise'
]
}