Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kontentino/eslint-config-kontentino-react
Eslint config plugin for applications using ReactJS syntax
https://github.com/kontentino/eslint-config-kontentino-react
eslint eslint-config eslint-configs linter linter-eslint react reactjs
Last synced: 12 days ago
JSON representation
Eslint config plugin for applications using ReactJS syntax
- Host: GitHub
- URL: https://github.com/kontentino/eslint-config-kontentino-react
- Owner: kontentino
- License: mit
- Created: 2020-01-09T12:10:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T21:32:58.000Z (over 3 years ago)
- Last Synced: 2024-10-08T17:12:46.977Z (about 1 month ago)
- Topics: eslint, eslint-config, eslint-configs, linter, linter-eslint, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Kontentino - Making social media a piece of cake](https://static.kontentino.com/img/logo/logo.svg)
# eslint-config-kontentino-react by [Kontentino](https://www.kontentino.com/)
[![npm](https://img.shields.io/npm/v/eslint-config-kontentino-react?style=plastic)](https://www.npmjs.com/package/eslint-config-kontentino-react)
[![NPM](https://img.shields.io/npm/l/eslint-config-kontentino-react)](https://github.com/kontentino/eslint-config-kontentino-react/blob/master/LICENSE)Eslint config plugin for applications using ReactJS syntax
## Installation
`$ npm install eslint eslint-plugin-react babel-eslint eslint-config-kontentino-react —save-dev`## Usage
To your `.eslintrc` file you have to add:
```javascript
{
"extends": "eslint-config-kontentino-react"
}
```or
```javascript
{
"extends": "kontentino-react"
}
```