ignite-standard
Advanced tools
Weekly downloads
Readme
An Ignite wrapper for Standard.js
Adds the module, as well as the following npm scripts:
package.json
{
"scripts": {
...
"lint": "standard --verbose | snazzy",
"lintdiff": "git diff --name-only --cached --relative | grep '\\.js$' | xargs standard | snazzy",
"fixcode": "standard --fix"
...
}
}
Also adds linting to the existing git-hook
If you don't currently have a linter installed in your Ignite project, run ignite add standard
If you are igniting a project from scratch using IR boilerplates (https://github.com/infinitered/ignite/blob/master/BOILERPLATES.md), this plugin is included by default.
Contributing
License
This plugin is licensed MIT
FAQs
An ignite wrapper for Standard JS linter
The npm package ignite-standard receives a total of 378 weekly downloads. As such, ignite-standard popularity was classified as not popular.
We found that ignite-standard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.