chore: fix lint
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-11-28 12:27:06 +01:00
parent 44fae347b9
commit 8143beb44c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 5 additions and 1 deletions

View File

@ -129,7 +129,10 @@
"ignorePatterns": [
"*.test.*",
"cypress/*"
]
],
"globals": {
"defineProps": "readonly"
}
},
"postcss": {
"plugins": {

View File

@ -5,6 +5,7 @@
</template>
<script setup>
// eslint-disable-next-line no-unused-vars
const props = defineProps({
variant: {
type: String,