Skip to content

Commit 3bef09f

Browse files
Update eslint from 8.57.0 to 9.10.0 (#660)
* Update eslint from 8.57.0 to 9.10.0 Also adjusts eslint configuration Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.10.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.10.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-autored-by: Manfred Moser <[email protected]> * Explicitly declare module type of package --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c451f4 commit 3bef09f

File tree

4 files changed

+109
-110
lines changed

4 files changed

+109
-110
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default [
2+
{
3+
ignores: ["dist"]
4+
}
5+
];

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"version": "0.2.3",
33
"name": "trino-client",
44
"description": "Trino client library",
5+
"type": "module",
56
"author": {
67
"name": "Filipe Regadas",
78
"email": "[email protected]",
@@ -32,7 +33,7 @@
3233
"@types/node": "^22.3.0",
3334
"@typescript-eslint/eslint-plugin": "^8.1.0",
3435
"@typescript-eslint/parser": "^8.1.0",
35-
"eslint": "^8.19.0",
36+
"eslint": "^9.10.0",
3637
"eslint-config-prettier": "^9.0.0",
3738
"eslint-plugin-jest": "^28.2.0",
3839
"jest": "^29.7.0",

0 commit comments

Comments
 (0)