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