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

https://github.com/radoslav-grencik/eslint-config

ESLint and Prettier configuration by Radoslav Grenčík
https://github.com/radoslav-grencik/eslint-config

eslint eslintconfig prettier prettierconfig

Last synced: 7 months ago
JSON representation

ESLint and Prettier configuration by Radoslav Grenčík

Awesome Lists containing this project

README

          

# Installation

Install the package and its peer dependencies:

```bash
npx install-peerdeps --dev @radoslav-grencik/eslint-config
```

## Configuration

Add to `package.json`:

```json
{
"eslintConfig": {
"extends": "@radoslav-grencik/eslint-config"
},
"prettier": "@radoslav-grencik/prettier-config"
}
```