From 1744ec2f5dad017272bfe1723dfd020c9ebcb157 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 9 Apr 2021 07:59:04 +0200 Subject: [PATCH] Ignore src/lib for eslint This code comes from cockpit.git. Newer ESLint versions have a lot of complaints about it, but in starter-kit we can't do anything about these directly. Let's keep the stricter ESLint settings instead of ignoring a lot more warnings to cover src/lib. --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 8d87b1d..8faa0e3 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,2 @@ node_modules/* +src/lib/*