mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
build(webui): normalize eslint config for unit tests
This commit is contained in:
parent
40b6dfcf57
commit
e7374e0896
2 changed files with 1 additions and 5 deletions
|
|
@ -24,6 +24,7 @@ module.exports = {
|
|||
{
|
||||
files: [
|
||||
'**/__tests__/*.{j,t}s?(x)',
|
||||
'**/tests/unit/**/*.spec.{j,t}s?(x)',
|
||||
],
|
||||
env: {
|
||||
jest: true,
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
jest: true,
|
||||
},
|
||||
}
|
||||
Loading…
Reference in a new issue