Problem/Motivation
Eslint fails in Starterkit "lint" script if there are no JS files in components
Steps to reproduce
1. Create a subtheme from the sarterkit without examples (use the flag available in the script)
2. Run `npm run lint`
Observer error:
```
No files matching the pattern "./components/**/*.js" were found.
Please check for typing mistakes in the pattern.
```
Proposed resolution
Add ESLint flag `--no-error-on-unmatched-pattern` to `civictheme_starter_kit/package.json` to suppress the message.
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
Comments
Comment #2
alex.skrypnykComment #3
alex.skrypnykComment #4
joshua1234511Pull Request https://github.com/civictheme/monorepo-drupal/pull/1205
Comment #6
alex.skrypnykImplemented, tested and merged. Will be released in 1.7