Skip to content

Commit

Permalink
fix: lock eslint-config-airbnb to minor version to avoid node v14.16 …
Browse files Browse the repository at this point in the history
…incompatibility
  • Loading branch information
zhibek committed Apr 24, 2022
1 parent cc7f03c commit fd0627a
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 105 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@babel/eslint-parser": ">=7.11.3",
"@typescript-eslint/parser": "^4.7.0",
"eslint-config-airbnb": ">=18.2.0",
"eslint-config-airbnb-base": ">=14.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-flowtype": ">=5.2.0",
"eslint-plugin-import": ">=2.3.0",
"eslint-plugin-jsdoc": "^30.7.7",
Expand Down
Loading

0 comments on commit fd0627a

Please sign in to comment.