Commit 9da468f4 authored by Ostwind's avatar Ostwind Committed by ι™ˆεΈ…

fix: Eslint warning of Mock dependence (#3554)

parent 10ef3eaf
......@@ -24,7 +24,7 @@ module.exports = {
2,
{
optionalDependencies: true,
devDependencies: ['**/tests/**.js', '/mock/**.js', '**/**.test.js'],
devDependencies: ['**/tests/**.js', '/mock/**/**.js', '**/**.test.js'],
},
],
'jsx-a11y/no-noninteractive-element-interactions': 0,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment