summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-03-24 10:19:51 +0100
committerMarco Ambrosini <marcoambrosini@pm.me>2020-03-24 10:19:51 +0100
commit3c647e872aceea76b8bd4008032488909019a1f2 (patch)
tree9e9b4b19b37d9e0ecda2a1f6586edcdbbfd56de2 /.eslintrc.js
parentf30bd257848150dde3fff18791534ff43571ea01 (diff)
Remove eslint rules added to the eslint-config module
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index bc3e64524..b3332342d 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -2,19 +2,4 @@ module.exports = {
extends: [
'nextcloud'
],
- /**
- * Allow jest syntax in the src folder
- */
- env: {
- jest: true
- },
- /**
- * Allow shallow import of @vue/test-utils in order to be able to use it in
- * the src folder
- */
- rules: {
- "node/no-unpublished-import": ["error", {
- "allowModules": ["@vue/test-utils"]
- }]
- }
}