From 7fb651235128dcbca8a6683b5cdafdf835f46300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 25 Sep 2019 09:55:33 +0200 Subject: Use eslint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .eslintrc.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .eslintrc.js (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 00000000000..b86372955e4 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,12 @@ +module.exports = { + globals: { + __webpack_nonce__: true, + __webpack_public_path__: true, + _: true, + $: true, + moment: true, + escapeHTML: true, + oc_userconfig: true + }, + extends: ['nextcloud'] +} -- cgit v1.2.3