Skip to content

Commit

Permalink
fix: turn off no-return-void for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Mar 22, 2022
1 parent ee496dd commit 7888b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const baseConfig: Linter.Config = {
"functional/no-conditional-statement": "off",
"functional/no-expression-statement": "off",
"functional/no-loop-statement": "off",
"functional/no-return-void": "off",
"functional/no-throw-statement": "off",
"node/no-process-exit": "off",
"node/no-sync": "off",
Expand Down

0 comments on commit 7888b8d

Please sign in to comment.