4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-15 05:36:37 +00:00
AzuraCast/frontend/.eslintrc.js

8 lines
125 B
JavaScript
Raw Normal View History

2022-12-29 19:53:43 +00:00
module.exports = {
extends: [
'eslint:recommended',
'plugin:vue/vue3-recommended'
],
rules: {}
}