diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-04-19 16:52:06 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-04-19 16:52:06 -0700 |
commit | ee81e2cef8242d06b05e3f8e459f78aceb325be8 (patch) | |
tree | 8c267a4dd98a3e0823a52e64bc14e26da4725305 /.eslintrc.js | |
parent | c580b1a52c8947923c9a8034192afdb60cf3a2be (diff) | |
download | nextcloud-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.js | 3 |
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', ], |