Skip to content

Commit

Permalink
fix: install @typescript-eslint/eslint-plugin
Browse files Browse the repository at this point in the history
As workaround for missing dependency in @nextcloud/eslint-config.

@nextcloud/eslint-config configures the plugin through its

   "parser": "@typescript-eslint/parser"

config in parts/typescript.jsi [1], yet does not specify the dependency [2]

[1]: https://github.com/nextcloud-libraries/eslint-config/blob/v8.4.1/parts/typescript.js#L8
[2]: https://github.com/nextcloud-libraries/eslint-config/blob/v8.4.1/package.json#L15
  • Loading branch information
thlehmann-ionos committed Jul 9, 2024
1 parent 1ad638a commit 9f367f0
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 0 deletions.
166 changes: 166 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@nextcloud/eslint-plugin": "^2.2.1",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/webpack-vue-config": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.18.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
Expand Down

0 comments on commit 9f367f0

Please sign in to comment.