Skip to content

Commit

Permalink
remove eslint-plugin-github
Browse files Browse the repository at this point in the history
Many rules in eslint-plugin-github are useful for web front-end development,
but not necessarily for CLI tool development.
  • Loading branch information
shogo82148 committed Jul 28, 2023
1 parent 90ddd44 commit 58aad54
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 992 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"jest",
"@typescript-eslint"
],
"extends": [
"plugin:github/recommended"
],
"extends": [],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 9,
Expand Down
Loading

0 comments on commit 58aad54

Please sign in to comment.