Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blade-sensei/eslint-config-sensei
eslint configuration package for npm
https://github.com/blade-sensei/eslint-config-sensei
configuration es6 eslint eslint-config javascript
Last synced: 29 days ago
JSON representation
eslint configuration package for npm
- Host: GitHub
- URL: https://github.com/blade-sensei/eslint-config-sensei
- Owner: blade-sensei
- Created: 2018-10-10T18:31:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T18:17:34.000Z (almost 3 years ago)
- Last Synced: 2024-12-22T14:37:53.244Z (2 months ago)
- Topics: configuration, es6, eslint, eslint-config, javascript
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESlint configuration
This configuration includes rules from aibnb-eslint [more info](https://github.com/airbnb/javascript).
## Install
```bash=
npm install --save-dev eslint-config-sensei
```## Setup
In your project create .eslintrc.json file and add this line```
"extends": "eslint-config-sensei"
```## Contribute
### Publish to Github Package
Follow this tutorial [publish](https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages)
- Create Github token with write package
- Create npmrc file with token and user/registry
- change repository field in packagejson (.git)