fixed linting

This commit is contained in:
Anton Tranelis 2025-06-14 00:45:04 +02:00
parent 6453c22795
commit 584e1119a1
7 changed files with 24 additions and 3 deletions

View File

@ -0,0 +1,8 @@
{
"hash": "af787104",
"configHash": "61d63c0d",
"lockfileHash": "fc7082fc",
"browserHash": "ef8d4f33",
"optimized": {},
"chunks": {}
}

View File

@ -0,0 +1,3 @@
{
"type": "module"
}

View File

@ -30,4 +30,4 @@ export function Modal({
</MapOverlayPage>
</>
)
}
}

View File

@ -31,4 +31,3 @@ describe('<TextAreaInput />', () => {
})
})
})

View File

@ -216,7 +216,7 @@ const sanitizeSchema = {
...defaultSchema.attributes,
img: [
// alle bisherigen Attribute, plus 'style'
...(defaultSchema.attributes?.img || []),
...(defaultSchema.attributes?.img ?? []),
'style',
],
},

8
node_modules/.vite/deps/_metadata.json generated vendored Normal file
View File

@ -0,0 +1,8 @@
{
"hash": "af787104",
"configHash": "61d63c0d",
"lockfileHash": "fc7082fc",
"browserHash": "ef8d4f33",
"optimized": {},
"chunks": {}
}

3
node_modules/.vite/deps/package.json generated vendored Normal file
View File

@ -0,0 +1,3 @@
{
"type": "module"
}