Skip to content

Commit

Permalink
feat: update ESLint configuration to use custom config and add Pretti…
Browse files Browse the repository at this point in the history
…er dependency
  • Loading branch information
TBardini committed Jan 17, 2025
1 parent 9269d01 commit 8f34d60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"generate:custom-test-report": "node ./script/generateJsonCustomReport.js && node ./script/generateJsonCustomReportViewHistory.js && node ./script/generateJsonCustomReportIndex.js && node ./script/updateReportId.js",
"check:types": "tsc --noEmit",
"build": "tsc",
"lint": "eslint . --ignore-pattern script --ignore-pattern next-js",
"lint:fix": "eslint . --fix --ignore-pattern script --ignore-pattern next-js"
"lint": "eslint . --config eslint.config.js --ignore-pattern script --ignore-pattern next-js",
"lint:fix": "eslint . --fix --config eslint.config.js --ignore-pattern script --ignore-pattern next-js"
},
"keywords": [],
"author": "",
Expand All @@ -26,6 +26,7 @@
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
Expand Down

0 comments on commit 8f34d60

Please sign in to comment.