donejs-sinjhin-jshint
v0.1.0
Published
Add JSHint and editorconfig to my DoneJS applications
Readme
donejs-sinjhin-jshint
Add JSHint and editorconfig to my DoneJS applications
Using the generator
To add this generator to your DoneJS application, run
donejs add sinjhin-jshintDeveloping
To make changes to this generator, clone the repository and install the dependencies
git clone [email protected]:sinjhin/donejs-sinjhin-jshint.git
cd donejs-sinjhin-jshint
npm installThen you can run the tests with
npm test