@rocketds/eslint-config

0.1.0 • Public • Published

@rocketds/eslint-config

ESLint configuration for Rocket Design System

Getting started

npm install -S @rocketds/eslint-config

If you prefer Yarn, use the following command instead:

yarn add @rocketds/eslint-config

Usage

You can use @rocketds/eslint-config in your project by extending it in your eslint configuration. For example, if we had an .eslintrc file:

{
  "extends": ["@rocketds/eslint-config"]
}

The default configuration available under @rocketds/eslint-config includes all ESLint configuration and plugins, including plugins for React.js development. If you'd like to not include these rules in your setup, you can also include a base or vanilla oriented configuration by doing the following:

{
  "extends": ["@rocketds/eslint-config/base"]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @rocketds/eslint-config

Weekly Downloads

1

Version

0.1.0

License

UNLICENSED

Unpacked Size

3.97 kB

Total Files

7

Last publish

Collaborators

  • cls-rds