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.
This commit is contained in:
Martin Pitt 2021-04-09 07:59:04 +02:00 committed by Katerina Koukiou
parent 70351d9081
commit 1744ec2f5d

View file

@ -1 +1,2 @@
node_modules/* node_modules/*
src/lib/*