Validate `.zshrc`, `.zsh` files.
npm install grunt-zshlintgrunt-zshlint
-------------




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