eslint-plugin-maritz

0.3.0 • Public • Published

eslint-plugin-maritz

Applies Maritz specific rules and plugins

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-maritz:

$ npm install eslint-plugin-maritz --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-maritz globally.

Usage

Add maritz to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "extends": ["plugin:maritz/polymer"],
    "plugins": [
        "maritz"
    ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    3
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i eslint-plugin-maritz

Weekly Downloads

3

Version

0.3.0

License

ISC

Last publish

Collaborators

  • austin-murdock