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:
parent
70351d9081
commit
1744ec2f5d
1 changed files with 1 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
node_modules/*
|
||||
src/lib/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue