https://github.com/scality/eslint-config-scality
https://github.com/scality/eslint-config-scality
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/scality/eslint-config-scality
- Owner: scality
- License: apache-2.0
- Created: 2020-10-08T22:39:13.000Z (over 5 years ago)
- Default Branch: development/1.0
- Last Pushed: 2022-02-01T06:01:15.000Z (over 4 years ago)
- Last Synced: 2025-01-05T17:10:26.906Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 42
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-scality
* Provides an `eslint-config-scality` package that can be added as a dependency
for uniform Javascript coding guidelines across the projects
* Supports rules for both Node.js and React projects
* Uses `eslint-config-airbnb` as base, any rules that diverge from the Airbnb's
ESlint rules are noted in index.js
## Usage
To use this dependency in an project
`yarn add --dev eslint-config-scality`