Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadu/eslint-config-jadu-style
eslint configuration file used at Jadu
https://github.com/jadu/eslint-config-jadu-style
Last synced: 5 days ago
JSON representation
eslint configuration file used at Jadu
- Host: GitHub
- URL: https://github.com/jadu/eslint-config-jadu-style
- Owner: jadu
- License: mit
- Created: 2019-10-16T10:58:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T13:19:11.000Z (about 5 years ago)
- Last Synced: 2024-10-04T02:54:22.471Z (about 2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-jadu-style
This package provides Jadu's base JS .eslintrc as an extensible shared config.
## Usage
Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires `eslint` and `eslint-plugin-import`.
1. Install the correct versions of each package, which are listed by the command:
```sh
npm info "eslint-config-jadu-style@latest" peerDependencies
```If using **npm 5+**, use this shortcut
```sh
npx install-peerdeps --dev eslint-config-jadu-style
```2. Add `"extends": "jadu-style"` to your .eslintrc.