From fb183b457c2befbc3ab04b0cb070aa1e300443c6 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 17 Mar 2021 08:19:11 +0100 Subject: Add eslint testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .eslintignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .eslintignore (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000000..6dddc5380b8 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,7 @@ +# Ignoring folders for eslint +node_modules/ +3rdparty/ +**/vendor/ +**/l10n/ +**/js/* +*.config.js \ No newline at end of file -- cgit v1.2.3