Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mercari/eslint-config-mercari
https://github.com/mercari/eslint-config-mercari
frontend
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mercari/eslint-config-mercari
- Owner: mercari
- Created: 2017-06-08T03:22:11.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T14:45:51.000Z (about 3 years ago)
- Last Synced: 2024-11-03T00:06:50.931Z (13 days ago)
- Topics: frontend
- Language: JavaScript
- Homepage: https://www.npmjs.com/eslint-config-mercari
- Size: 114 KB
- Stars: 7
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-mercari ![GitHub Actions Status](https://github.com/mercari/eslint-config-mercari/workflows/test/badge.svg?branch=main)
## Install
Please write to `package.json`.
```bash
$ npm install --save-dev eslint-config-mercari
$ npm install --save-dev eslint eslint-config-airbnb eslint-config-airbnb-base eslint-config-flowtype eslint-config-import eslint-config-jsx-a11y eslint-config-react
```## Usage
Set your eslint config to:
```json
{
"extends": "eslint-config-mercari"
}
```## License
Copyright 2018 Mercari, Inc.
Licensed under the MIT License.