Skip to content

Commit

Permalink
chore: Update typescript and @typescript-eslint/parser
Browse files Browse the repository at this point in the history
Had to add eslint-plugin-node config as it does not support Node ESM exports field in package.json

Closes #414
  • Loading branch information
platinumazure committed Oct 7, 2023
1 parent a492622 commit 7782b6d
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@
"pattern": "https://github.com/platinumazure/eslint-plugin-qunit/blob/master/docs/rules/{{name}}.md"
}],

// eslint-plugin-node
"node/no-missing-require": ["error", {
"allowModules": ["@typescript-eslint/parser"]
}],

// eslint-plugin-unicorn
"unicorn/consistent-function-scoping": "off",
"unicorn/empty-brace-spaces": "off",
Expand Down
113 changes: 100 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.1.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/parser": "^6.7.4",
"all-contributors-cli": "^6.26.1",
"chai": "^4.3.10",
"coveralls": "^3.1.1",
Expand All @@ -49,7 +49,7 @@
"outdent": "^0.8.0",
"release-it": "^15.11.0",
"semver": "^7.5.4",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
},
"peerDepencencies": {
"eslint": ">=8.38.0 <9.0.0"
Expand Down

0 comments on commit 7782b6d

Please sign in to comment.