0.2.2 • Published 9 years ago
grunt-zshlint v0.2.2
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-devUsage 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