mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 16:33:28 +00:00
cf0cbc8bde
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
No EOL
99 B
JavaScript
7 lines
No EOL
99 B
JavaScript
module.exports = {
|
|
root: true,
|
|
'extends': [
|
|
'plugin:vue/essential',
|
|
'@vue/airbnb'
|
|
]
|
|
} |