Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9 (#2072)
Browse files Browse the repository at this point in the history

Signed-off-by: Ryan Northey <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent b0615f4 commit 67f57c3
Show file tree
Hide file tree
Showing 16 changed files with 1,010 additions and 1,051 deletions.
287 changes: 138 additions & 149 deletions gh-actions/appauth/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions gh-actions/appauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"scripts": {
"build": "tsc --noEmit && ncc build main.ts -o dist -m",
"test": "tsc --noEmit && jest",
"lint": "eslint . --ext .ts",
"lint-fix": "eslint . --ext .ts --fix"
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts",
"lint-fix": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts --fix"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.0.0",
Expand Down
Loading

0 comments on commit 67f57c3

Please sign in to comment.