99.10.0 • Published 4 years ago

eslint-plugin-rock-design-system v99.10.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

category: packages

eslint-plugin-rock-design-system

npm  build-status  MIT License  Code of Conduct

An eslint configuration for RDS.

Installation

Install eslint

yarn add eslint --dev
yarn add eslint-plugin-rock-design-system --dev

Configuration

Use our preset to get reasonable defaults:

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

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

Add "rock-design-system" to the plugins section.

{
  "plugins": [
    "rock-design-system"
  ]
}

Enable the rules that you would like to use.

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

4 years ago

99.9.0

4 years ago

99.6.0

4 years ago

99.7.0

4 years ago

99.8.0

4 years ago

99.5.0

4 years ago

99.4.0

4 years ago

99.3.0

4 years ago

99.2.0

4 years ago

99.1.0

4 years ago

99.0.1

4 years ago

0.8.12

4 years ago

0.8.11

4 years ago

0.8.9

4 years ago