Renovate config files (#1117)

* Renovate the config files

* Return Vue and TS ESLint plugins

* Revert Prettier config
Add typing to ESLint config
Re-revert package.json

* Re-add ESLint plugin for Prettier
(it went missing during merge, oops)

* Try to fix CI by explicit dependency

* Try to fix CI by explicit dependency x2

* Try to fix CI magically
Additionally, remove unneeded jsconfig.json

* Brawaru found the reason

Co-authored-by: Sasha Sorokin <10401817+brawaru@users.noreply.github.com>

---------

Co-authored-by: Sasha Sorokin <10401817+brawaru@users.noreply.github.com>
This commit is contained in:
Mikhail Oleynikov
2023-05-06 22:17:43 +03:00
committed by GitHub
parent c08139b812
commit 732f88ff51
17 changed files with 109 additions and 201 deletions

View File

@@ -135,7 +135,7 @@
</template>
<script>
import Multiselect from 'vue-multiselect'
import { Multiselect } from 'vue-multiselect'
export default defineNuxtComponent({
components: {

View File

@@ -90,7 +90,7 @@
</template>
<script>
import Multiselect from 'vue-multiselect'
import { Multiselect } from 'vue-multiselect'
import Chips from '~/components/ui/Chips'
import SaveIcon from '~/assets/images/utils/save.svg'
import TrashIcon from '~/assets/images/utils/trash.svg'