Files
intern/static/gallery/.eslintrc.js
Andreas Stephanides bfdeda27be gallery blueimp
2017-09-01 22:52:26 +02:00

8 lines
91 B
JavaScript

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