Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostfictions/eslint-config-peerio
https://github.com/lostfictions/eslint-config-peerio
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lostfictions/eslint-config-peerio
- Owner: lostfictions
- Created: 2017-11-22T03:22:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T07:57:20.000Z (about 7 years ago)
- Last Synced: 2024-11-14T08:33:09.048Z (2 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# eslint-config-peerio
### 1. Install package:
```
npm install --save-dev [email protected]
```
### 2. Replace eslint-config-peerio package version in package.json to `*`
```
"eslint-config-peerio": "*"
```
### 3. Create `.eslintrc.js` file in repository root
```
module.exports = {
extends: ['peerio'],
rules: {
// All rules should be configured in eslint-config-peerio.
// Although this should not normally happen,
// you can override repository-specific rules here.
}
};
```### 4. Copy `.editorconfig` file to repository root