mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix linter issues
This commit is contained in:
parent
04751df30c
commit
3721ca9113
2 changed files with 11 additions and 11 deletions
|
|
@ -14,7 +14,8 @@
|
|||
},
|
||||
"rules": {
|
||||
"eslint/no-console": "error",
|
||||
"eslint/no-empty": "error"
|
||||
"eslint/no-empty": "error",
|
||||
"eslint/no-undef": "error"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue