Skip to content

Commit

Permalink
fix(cli): added missing shebang
Browse files Browse the repository at this point in the history
Also fixed linters
  • Loading branch information
simonecorsi committed Oct 3, 2023
1 parent 2d24522 commit 57b2762
Show file tree
Hide file tree
Showing 4 changed files with 584 additions and 28 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@typescript-eslint/no-var-requires": "off",
"prefer-rest-params": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/ban-ts-comment": "warn"
"@typescript-eslint/ban-ts-comment": "warn",
"@typescript-eslint/no-duplicate-enum-values": "warn"
}
}

0 comments on commit 57b2762

Please sign in to comment.