build(webui): normalize eslint config for unit tests

This commit is contained in:
Gauthier Roebroeck 2023-09-13 15:15:33 +08:00
parent 40b6dfcf57
commit e7374e0896
2 changed files with 1 additions and 5 deletions

View File

@ -24,6 +24,7 @@ module.exports = {
{
files: [
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)',
],
env: {
jest: true,

View File

@ -1,5 +0,0 @@
module.exports = {
env: {
jest: true,
},
}