chore: fix lint
Some checks failed
continuous-integration/drone/pr Build is failing

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": [ "ignorePatterns": [
"*.test.*", "*.test.*",
"cypress/*" "cypress/*"
] ],
"globals": {
"defineProps": "readonly"
}
}, },
"postcss": { "postcss": {
"plugins": { "plugins": {

View File

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