eslint-plugin-darwin-path

0.0.24 • Public • Published

eslint-plugin-darwin-path

plugin for darwin pet project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-darwin-path:

npm install eslint-plugin-darwin-path --save-dev

Usage

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

{
    "plugins": [
        "darwin-path"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "darwin-path/rule-name": 2
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.24
    2
    • latest

Version History

Package Sidebar

Install

npm i eslint-plugin-darwin-path

Weekly Downloads

1

Version

0.0.24

License

ISC

Unpacked Size

23.3 kB

Total Files

17

Last publish

Collaborators

  • barkovm