Add JSHint and editorconfig to my DoneJS applications


Add JSHint and editorconfig to my DoneJS applications
To add this generator to your DoneJS application, run
```
donejs add sinjhin-jshint
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