Skip to content

Commit 0d34265

Browse files
renovate[bot]nicojs
andauthoredMar 17, 2023
chore(deps): update typescript-eslint monorepo to v5.55.0 (#4030)
* chore(deps): update typescript-eslint monorepo to v5.55.0 * disable formatting rule --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nico Jansen <jansennico@gmail.com>
1 parent 09d7d4d commit 0d34265

File tree

3 files changed

+89
-150
lines changed

3 files changed

+89
-150
lines changed
 

‎.eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232

3333
// prettier rules
3434
'prettier/prettier': ['error'],
35+
'@typescript-eslint/lines-around-comment': 'off',
3536

3637
// customized typescript-eslint rules
3738
'@typescript-eslint/array-type': [

‎package-lock.json

+86-148
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@types/sinon": "10.0.13",
1919
"@types/sinon-chai": "3.2.9",
2020
"@types/source-map-support": "0.5.6",
21-
"@typescript-eslint/eslint-plugin": "5.54.1",
22-
"@typescript-eslint/parser": "5.54.1",
21+
"@typescript-eslint/eslint-plugin": "5.55.0",
22+
"@typescript-eslint/parser": "5.55.0",
2323
"c8": "7.13.0",
2424
"chai": "4.3.7",
2525
"chai-as-promised": "7.1.1",

0 commit comments

Comments
 (0)
Please sign in to comment.