0.1.0 • Published 2 years ago

eslint-plugin-platanus v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

eslint-plugin-platanus

Plugin that adds rules to enforce conventions used in Platanus

Installation

You'll first need to install ESLint:

yarn add eslint --dev

Next, install eslint-plugin-platanus:

yarn add eslint-plugin-platanus --dev

Usage

Extend the plugin:platanus/recommended in your .eslintrc.json:

{
  "extends": [
    "plugin:platanus/recommended"
  ]
}

This will add this plugin and configure all rules according to recommended.js config.

Supported Rules