docs: update

This commit is contained in:
Benjamin Canac
2024-06-18 11:01:00 +02:00
parent cd7888cac7
commit 06e041c374
27 changed files with 173 additions and 2045 deletions

View File

@@ -14,8 +14,4 @@ export default createConfigForNuxt({
'vue/multi-word-component-names': 'off',
'vue/max-attributes-per-line': ['error', { singleline: 5 }],
'@typescript-eslint/no-explicit-any': 'off'
}).append({
ignores: [
'docs/**'
]
})