astro-jshint

Astro module for running jshint analysis over a javascript application

Usage no npm install needed!

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

README

astro-jshint

astro module that provides jshint code analysis

USAGE

$cd anyJSProject
anyJSProject$ astro jshint

.jshintignore

astro-jshint has a default .jshintignore file. However if the current working directory where the astro-jshint command is given contains a .jshintignore file then it will be used in place of the default.

Options

None

Want options?

Submit a PR or open an issue