Skip to content

Commit

Permalink
fix: Unpinned eslint-config-airbnb-base dependency (#257)
Browse files Browse the repository at this point in the history
Fixes issue #249
  • Loading branch information
Zachary Raineri committed Nov 5, 2021
1 parent 50d9190 commit c2ff680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"validate": "npm run lint"
},
"dependencies": {
"eslint-config-airbnb-base": "14.2.1"
"eslint-config-airbnb-base": "^14.2.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.3",
Expand Down

0 comments on commit c2ff680

Please sign in to comment.