Fix rendering instance settings

This commit is contained in:
wvffle 2022-07-19 01:29:43 +00:00 committed by Georg Krause
commit 58ef3757a4
4 changed files with 10 additions and 6 deletions

View file

@ -35,7 +35,6 @@ module.exports = {
'@typescript-eslint/no-unused-vars': 'off',
// TODO (wvffle): Migrate to pinia
// Vuex 3 store does not have types defined, hence we use `any`
'@typescript-eslint/no-explicit-any': 'off',
// TODO (wvffle): Migrate to <script setup>