bloom-works / guides-template

Placeholder repo for work on Bloom Guides
https://bloom-guides-template.netlify.app/
MIT License
2 stars 0 forks source link

Modified JS Linter to include eleventy config file #48

Closed SMakaiTakori closed 1 year ago

SMakaiTakori commented 1 year ago

This PR was created from the linter branch from PR #45 to find a solution to why our .eleventy.js is being ignored by the linter This PR addresses the issue of eslint automatically ignoring files with a . in front of them, such as .gitignore, .eleventy.js, etc.

The fix for this is to explicity add ignorePatterns to our eslint configurations for specific files like this that we don't want ignored during the linting process.

netlify[bot] commented 1 year ago

Deploy Preview for bloom-guides-template ready!

Name Link
Latest commit 105bc4e41e8366f892a84c1f35797b650a8cebcd
Latest deploy log https://app.netlify.com/sites/bloom-guides-template/deploys/64a5e34a502aa30008aceb3d
Deploy Preview https://deploy-preview-48--bloom-guides-template.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

SMakaiTakori commented 1 year ago

@jeffmaher gave the go ahead on this, will merge this into #45