https://github.com/getconversio/eslint-config-conversio
Basic ESLint configuration for Conversio's projects.
https://github.com/getconversio/eslint-config-conversio
Last synced: 10 months ago
JSON representation
Basic ESLint configuration for Conversio's projects.
- Host: GitHub
- URL: https://github.com/getconversio/eslint-config-conversio
- Owner: getconversio
- Created: 2017-08-23T10:50:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T23:32:48.000Z (about 6 years ago)
- Last Synced: 2025-08-14T03:02:35.176Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ESLint Config Conversio
=======================
## Install
`yarn add --dev eslint-config-conversio`
## Basic configuration
Add a `.eslintrc.json` configuration file in your project's root directory with this content:
```
{
"root": true,
"extends": ["conversio"]
}
```