This commit is contained in:
Adrian Hopek
2022-03-22 11:58:26 +01:00
parent 95f5ed44d6
commit fca0b0593c
33 changed files with 940 additions and 1466 deletions

View File

@@ -13,5 +13,7 @@ module.exports = {
indent: ['error', 2],
'vue/html-indent': ['error', 2],
'comma-dangle': ['error', 'always-multiline'],
'object-curly-spacing': ['error', 'always'],
'vue/require-default-prop': 0,
},
}