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-jshint
Developing
To make changes to this generator, clone the repository and install the dependencies
git clone git@github.com:sinjhin/donejs-sinjhin-jshint.git
cd donejs-sinjhin-jshint
npm install
Then you can run the tests with
npm test