Update popup UI

This commit is contained in:
2024-07-28 23:04:04 +02:00
parent ae2f196b06
commit 67c492db47
5 changed files with 169 additions and 143 deletions

View File

@ -28,6 +28,7 @@ module.exports = {
}
],
rules: {
'@typescript-eslint/no-explicit-any': 'off'
'@typescript-eslint/no-explicit-any': 'off',
'no-undef': 'off'
}
};