0.2.3 • Published 2 years ago

grunt-zshlint-darwin v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

grunt-zshlint-darwin

Validate .zshrc, .zsh files. This plugin modified grunt-zshlint to work with macOS.

Getting Started

Dependency

Tested only zsh on Darwin(macOS) , so if you want to use script for another OS, see this grunt-zshlint

This plugin requires

Grunt

  • grunt-cli v1.4.3
  • grunt v1.4.1
  • zsh
$ npm install grunt-zshlint-darwin --save-dev

Usage examples

grunt.initConfig({
  zshlint: {
    files: ['**/*.zsh']
  }
});

grunt.loadNpmTasks('grunt-zshlint-darwin');

Options

force

Type: Boolean Default value: false

Set force to true to report errors but not fail the task.

License

This software is released under the MIT License, see LICENSE. https://opensource.org/licenses/mit-license.php