Skip to content

Commit 1952dff

Browse files
committed
feat: better error messages, command line args
also display CLI version number
1 parent a18fc63 commit 1952dff

File tree

9 files changed

+442
-27
lines changed

9 files changed

+442
-27
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ module.exports = {
1212
rules: {
1313
'@typescript-eslint/explicit-function-return-type': 'off',
1414
'@typescript-eslint/strict-boolean-expressions': 'off',
15+
'@typescript-eslint/restrict-template-expressions': 'off',
1516
},
1617
};

0 commit comments

Comments
 (0)