aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-04-19 16:52:06 -0700
committerChristopher Ng <chrng8@gmail.com>2023-04-19 16:52:06 -0700
commitee81e2cef8242d06b05e3f8e459f78aceb325be8 (patch)
tree8c267a4dd98a3e0823a52e64bc14e26da4725305 /.eslintrc.js
parentc580b1a52c8947923c9a8034192afdb60cf3a2be (diff)
downloadnextcloud-server-ee81e2cef8242d06b05e3f8e459f78aceb325be8.tar.gz
nextcloud-server-ee81e2cef8242d06b05e3f8e459f78aceb325be8.zip
Add accessible system tags select
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 812fec4c009..2f1de793a7f 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -10,6 +10,9 @@ module.exports = {
firstDay: true,
'cypress/globals': true,
},
+ parserOptions: {
+ parser: '@typescript-eslint/parser',
+ },
plugins: [
'cypress',
],