Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2020-06-06 00:09:39 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-06-06 10:34:22 +0300
commitca89679fbd57756f6a2b4d80643235f036248192 (patch)
treedbfeed5b5b9b4aea78f5dab59b2ed9d0d2323d13 /.eslintrc.js
parentdf28f31ac694a65eb19aa0774e9491822f75e608 (diff)
remove jQuery usage
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 565d05ce..4b5581fc 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -2,9 +2,6 @@ module.exports = {
extends: [
'@nextcloud',
],
- globals: {
- $: 'readonly',
- },
rules: {
// no ending html tag on a new line (was warn in "vue/strongly-recommended")
'vue/html-closing-bracket-newline': ['error', { multiline: 'always' }],