cf0cbc8bde
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
module.exports = {
|
|
root: true,
|
|
'extends': [
|
|
'plugin:vue/essential',
|
|
'@vue/airbnb'
|
|
]
|
|
} |