Skip to content

Commit

Permalink
Use latest eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
schwma authored Apr 12, 2024
1 parent 12cbe06 commit ff649c6
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 @@ -27,7 +27,7 @@
"scripts": {
"prettier": "npm_config_yes=true npx prettier@latest --write app lib test",
"prettier:check": "npm_config_yes=true npx prettier@latest --check app lib test",
"lint": "npm_config_yes=true npx eslint .",
"lint": "npm_config_yes=true npx eslint@latest .",
"test": "jest --silent",
"test:generate-schemas": "node ./test/scripts/generate-schemas.js"
},
Expand Down

0 comments on commit ff649c6

Please sign in to comment.