Skip to content

Commit

Permalink
Fix typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsMiaow committed Oct 25, 2021
1 parent 617c62c commit 668bfcd
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 14 deletions.
113 changes: 102 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -21,8 +21,8 @@
"homepage": "https://github.com/CatsMiaow/eslint-config#readme",
"license": "UNLICENSED",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^5.1.1-alpha.9",
"@typescript-eslint/parser": "^5.1.1-alpha.9",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-plugin-import": "^2.25.2",
Expand All @@ -31,6 +31,6 @@
"eslint-plugin-unicorn": "^37.0.1"
},
"peerDependencies": {
"eslint": "^8.0.1"
"eslint": "^8.1.0"
}
}

0 comments on commit 668bfcd

Please sign in to comment.