Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiaofan2406/eslint-config-free

ESLint configuration
https://github.com/xiaofan2406/eslint-config-free

eslint eslint-config hacktoberfest

Last synced: about 2 months ago
JSON representation

ESLint configuration

Awesome Lists containing this project

README

        

# eslint-config-free

## Get Started

### Install

```
npm i -D eslint-config-free
```

### Extend the config

Ensure the `free` config is in the `extends` in your eslint config file.

```json
{
"extends": "free"
}
```

## Includes

- typescript linting
- eslint-config-prettier
- eslint-plugin-import
- eslint-plugin-jsx-a11y
- eslint-plugin-react
- eslint-plugin-react-hooks