grunt-zshlint
v0.2.2
Published
Validate `.zshrc`, `.zsh` files.
Downloads
2
Readme
grunt-zshlint
English | 日本語
Validate .zshrc
, .zsh
files.
This plugin is inspired by grunt-lint-bash.
Getting Started
This plugin requires Grunt >=0.4.5 and zsh.
$ npm install grunt-zshlint --save-dev
Usage examples
grunt.initConfig({
zshlint: {
files: ['**/*.zsh']
}
});
grunt.loadNpmTasks('grunt-zshlint');
Options
force
Type: Boolean
Default value: false
Set force to true to report errors but not fail the task.
License
MIT License