donejs-sinjhin-jshint

Add JSHint and editorconfig to my DoneJS applications

Usage no npm install needed!

<script type="module">
  import donejsSinjhinJshint from 'https://cdn.skypack.dev/donejs-sinjhin-jshint';
</script>

README

donejs-sinjhin-jshint

Build Status npm version

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