Skip to content

Commit

Permalink
Update eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 3561106 commit 62c4a88
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 14 deletions.
58 changes: 49 additions & 9 deletions functions/package-lock.json

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

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"firebase-functions": "6.0.1"
},
"devDependencies": {
"eslint": "9.9.1",
"eslint": "9.11.1",
"eslint-plugin-promise": "7.1.0",
"firebase-functions-test": "3.3.0"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"babel-plugin-module-resolver": "5.0.2",
"eslint": "9.9.1",
"eslint": "9.11.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-babel-module": "5.3.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react-hooks": "4.6.2",
"prettier": "3.3.3",
"pretty-quick": "4.0.0"
Expand Down

0 comments on commit 62c4a88

Please sign in to comment.