1
0
Fork 0

Fix UI unit tests

This commit is contained in:
Dmitry Romashov 2024-05-21 15:26:04 +02:00 committed by GitHub
parent 42920595ad
commit d4d23dce72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 907 additions and 265 deletions

View file

@ -9,7 +9,6 @@ module.exports = {
env: {
node: true,
browser: true,
mocha: true,
'vue/setup-compiler-macros': true
},
@ -18,14 +17,12 @@ module.exports = {
// consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules.
'plugin:vue/vue3-essential',
'plugin:vue/vue3-recommended',
'plugin:mocha/recommended',
'standard'
],
// required to lint *.vue files
plugins: [
'vue',
'mocha'
],
globals: {