grunt-zshlint

0.2.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i grunt-zshlint

Weekly Downloads

1

Version

0.2.2

License

MIT

Last publish

Collaborators

  • pine613