Skip to content

pine/grunt-zshlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-zshlint

npm version Build Status Dependency Status devDependency Status

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