summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2023-08-21 09:43:57 +0200
committerRichard Steinmetz <richard@steinmetz.cloud>2023-08-21 09:45:16 +0200
commit07a06fb40103718e22891d2c6535dad2dda61b0c (patch)
tree21e0236e815dafdd241718fe53bc7d4a400b73cd /package.json
parent6aa3ba13f34bceaddfe9875f04663f3ab1c093eb (diff)
chore: fix eslint config and lint .ts files
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 1b1c99ba..bf05e912 100644
--- a/package.json
+++ b/package.json
@@ -27,8 +27,8 @@
"build": "webpack --node-env production --progress",
"dev": "webpack --node-env development --progress",
"watch": "webpack --node-env development --progress --watch",
- "lint": "eslint --ext .js,.vue src",
- "lint:fix": "eslint --ext .js,.vue src --fix",
+ "lint": "eslint --ext .js,.ts,.vue src",
+ "lint:fix": "eslint --ext .js,.ts,.vue src --fix",
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix",
"test": "jest",
@@ -87,7 +87,6 @@
"@nextcloud/typings": "^1.7.0",
"@nextcloud/webpack-vue-config": "^5.2.0",
"@types/jest": "^29.5.3",
- "@typescript-eslint/parser": "^5.61.0",
"@vue/composition-api": "^1.7.2",
"@vue/vue2-jest": "^29.2.5",
"babel-jest": "^29.6.2",