You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
It would be great to run the Buildium eslint config on these template to make sure they pass. I got as far as:
-Adding gulp
-Adding eslint
The main issue is that the EJS syntax in the templates causes eslint to fail. I'm wondering if there is a way around this. There is also some work to do to integrate the Buildium eslint config into this project.
Looking for help with part or all of the following tasks:
-Add a build tool (we think npm scripts would work well for this) and add eslint
-Integrate the buildium eslint plugin and config to the project
-Automating the checks in a git hook :)
The text was updated successfully, but these errors were encountered:
For other OSS projects, we've so far used npm scripts instead of gulp or grunt. That might be an option if whatever "build" we need to do stays simple.
It would be great to run the Buildium eslint config on these template to make sure they pass. I got as far as:
-Adding gulp
-Adding eslint
The main issue is that the EJS syntax in the templates causes eslint to fail. I'm wondering if there is a way around this. There is also some work to do to integrate the Buildium eslint config into this project.
Looking for help with part or all of the following tasks:
-Add a build tool (we think npm scripts would work well for this) and add eslint
-Integrate the buildium eslint plugin and config to the project
-Automating the checks in a git hook :)
The text was updated successfully, but these errors were encountered: