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: [ files: [
'**/__tests__/*.{j,t}s?(x)', '**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)',
], ],
env: { env: {
jest: true, jest: true,

View file

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