Skip to content

Commit e6217e1

Browse files
committed
Basic CLI with commands
1 parent 1446ed0 commit e6217e1

File tree

6 files changed

+75
-78
lines changed

6 files changed

+75
-78
lines changed

.eslintrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ module.exports = {
1111
"plugin:prettier/recommended",
1212
"plugin:@typescript-eslint/recommended",
1313
],
14-
rules: {
15-
"tsdoc/syntax": "warn",
16-
},
1714
ignorePatterns: ["**/build/*"],
1815
};

0 commit comments

Comments
 (0)