7.0.3 • Published 2 years ago

eslint-config-ringcentral v7.0.3

Weekly downloads
31
License
MIT
Repository
github
Last release
2 years ago

eslint-config-ringcentral

The eslint sharable config for the RingCentral JavaScript Style Guide and RingCentral React Style Guide

Usage

Install packages

npm install eslint eslint-plugin-import eslint-plugin-react eslint-config-ringcentral eslint-plugin-sonarjs --save-dev

Create linter config or edit your own at the root directory of your project

.eslintrc.yml

extends: 'ringcentral'

That's all. Run linter via command line

$ ./node_modules/.bin/eslint src

Or specify command in package.json for npm/yarn

$ cat package.json

  "scripts": {
    "lint": "eslint src"
  }

then run linter

npm run lint
7.0.0

2 years ago

7.0.3

2 years ago

7.0.2

2 years ago

7.0.1

2 years ago

6.0.0

3 years ago

5.0.0

3 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.4.0

4 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago