Skip to content

Commit

Permalink
chore: update to eslint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Jan 11, 2025
1 parent bae355c commit 15cf5eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { configPkg } from '@adonisjs/eslint-config'

export default configPkg({
ignores: ['coverage'],
})
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"release": "release-it",
"version": "npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint . --ext=.ts",
"lint": "eslint .",
"format": "prettier --write .",
"quick:test": "node --import=ts-node-maintained/register/esm bin/test.ts"
},
Expand All @@ -43,7 +43,7 @@
],
"license": "MIT",
"devDependencies": {
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/eslint-config": "^2.0.0-beta.7",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@commitlint/cli": "^19.2.2",
Expand All @@ -58,7 +58,7 @@
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"eslint": "^9.18.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"release-it": "^17.2.0",
Expand Down

0 comments on commit 15cf5eb

Please sign in to comment.