mirror of
https://github.com/gotson/komga.git
synced 2025-01-07 03:07:16 +08:00
build(webui): normalize eslint config for unit tests
This commit is contained in:
parent
40b6dfcf57
commit
e7374e0896
@ -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 New Issue
Block a user