pine / grunt-zshlint

:white_check_mark: Validate `.zshrc`, `.zsh` files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:white_check_mark: Validate `.zshrc`, `.zsh` files

License:MIT License


Languages

Language:LiveScript 67.9%Language:JavaScript 30.2%Language:Shell 1.9%