eslint-plugin-rock-kit

0.8.0 • Public • Published

category: packages private: true

eslint-plugin-rock-kit

npm  build-status  MIT License  Code of Conduct

An eslint configuration for Rock Kit.

Installation

Install eslint

yarn add eslint --dev
yarn add eslint-plugin-rock-kit --dev

Configuration

Use our preset to get reasonable defaults:

  "extends": [
    "eslint:recommended",
    "plugin:rock-kit/recommended"
  ]

If you do not use a preset you will need to specify individual rules and add extra configuration.

Add "rock-kit" to the plugins section.

{
  "plugins": [
    "rock-kit"
  ]
}

Enable the rules that you would like to use.

  "rules": {
    "inst/no-relative-package-imports": "error"
  }

/eslint-plugin-rock-kit/

    Package Sidebar

    Install

    npm i eslint-plugin-rock-kit

    Weekly Downloads

    2

    Version

    0.8.0

    License

    MIT

    Unpacked Size

    7.29 kB

    Total Files

    4

    Last publish

    Collaborators

    • npm