summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-23 23:10:45 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-23 23:10:45 +0100
commit8389cf198c568382f954e715086836da60e84ee7 (patch)
tree4eea82cbf3fafca7df7144043c65ed52983831ca /.eslintrc.json
parente650894b5336ba6208d2ac88bfdd156d3d1542bd (diff)
OCA is global defined
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index a967bfc4..2cc1135e 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -29,6 +29,7 @@
"_": false,
"OC": false,
"t": false,
- "dav": false
+ "dav": false,
+ "OCA": false
}
}