Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit c2ff680

Browse files
author
Zachary Raineri
authored
fix: Unpinned eslint-config-airbnb-base dependency (#257)
Fixes issue #249
1 parent 50d9190 commit c2ff680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"validate": "npm run lint"
2424
},
2525
"dependencies": {
26-
"eslint-config-airbnb-base": "14.2.1"
26+
"eslint-config-airbnb-base": "^14.2.1"
2727
},
2828
"peerDependencies": {
2929
"@typescript-eslint/eslint-plugin": "^4.29.3",

0 commit comments

Comments
 (0)