Add new skill and add link to skill

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2024-04-20 01:32:39 +02:00
parent 4574a7dccd
commit a29f6bc0f6
4 changed files with 58 additions and 25 deletions

View File

@@ -42,7 +42,7 @@ export default defineNuxtConfig({
eslint: {
config: {
stylistic: {
indent: 'tab',
indent: 2,
semi: false,
blockSpacing: true,
},