Skip to content

Commit

Permalink
fix(cli bugs): fixed eslint bugs for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
sidisliveyt committed Dec 21, 2021
1 parent ab5d08a commit 77218de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"no-nested-ternary": "off",
"no-unused-expressions": "off",
"func-names": "off",
"no-await-in-loop": "off"
"no-await-in-loop": "off",
"default-param-last": "off"
}
}

0 comments on commit 77218de

Please sign in to comment.