Skip to content

Commit

Permalink
Merge pull request #567 from nextcloud/fix/typescript-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jun 27, 2023
2 parents 450be58 + 9853a4e commit 5bb39ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/typescript.js
@@ -1,6 +1,6 @@
/** Rules for typescript */
module.exports = {
files: ['**/*.ts', '**/*.tsx'],
files: ['**/*.ts', '**/*.cts', '**/*.mts', '**/*.tsx'],
extends: [
'@vue/eslint-config-typescript/recommended',
'plugin:import/typescript',
Expand Down

0 comments on commit 5bb39ff

Please sign in to comment.