debianize-mobilizon/eventos/.eslintrc.js
Thomas Citharel f7117241a4
Rebase front on vuecli and update deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-06-06 18:14:04 +02:00

7 lines
99 B
JavaScript

module.exports = {
root: true,
'extends': [
'plugin:vue/essential',
'@vue/airbnb'
]
}