ANNOYING dependency update #397

Merged
floatingghost merged 8 commits from dep-update into develop 2024-06-15 12:41:24 +00:00
Showing only changes of commit c952b2335c - Show all commits

correct eslint plugin
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

Floatingghost 2024-05-29 04:04:56 +01:00

View file

@ -108,7 +108,7 @@ module.exports = {
plugins: [
new VueLoaderPlugin(),
new ESLintPlugin({
configType: 'flat'
})
]
}