mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-03 05:15:29 +00:00
7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: [
|
|
'plugin:vue/essential',
|
|
'@vue/airbnb',
|
|
],
|
|
};
|