Skip to content

Commit

Permalink
deps: update typescript-eslint to 8.14.0
Browse files Browse the repository at this point in the history
Update dependencies:

* @typescript-eslint/eslint-plugin 8.14.0
* @typescript-eslint/parser 8.14.0
* @nextcloud/eslint-config 8.4.1
* @vue/eslint-config-typescript 13.0.0
* eslint-plugin-jsdoc 46.10.1
* typescript: 5.6.3

Signed-off-by: Wolfgang <[email protected]>
  • Loading branch information
wofferl committed Nov 19, 2024
1 parent 54a848d commit a939719
Show file tree
Hide file tree
Showing 4 changed files with 1,428 additions and 826 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.d.ts
l10n/*.js
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ module.exports = {
'@nextcloud',
'plugin:@typescript-eslint/recommended',
],
ignorePatterns: ['*.d.ts', 'l10n/*.js'],
rules: {
'no-console': 'warn',
'@typescript-eslint/no-var-requires': 'off',

// disable deprecated func-call-spacing
'@typescript-eslint/func-call-spacing': 'off',

// TODO: Trouble importing .ts files into .vue files for some reason?
'import/extensions': 'off',
'n/no-missing-import': 'off',
Expand Down
Loading

0 comments on commit a939719

Please sign in to comment.