Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foxriver76/eslint-config

Shared eslint config over several projects
https://github.com/foxriver76/eslint-config

Last synced: 28 days ago
JSON representation

Shared eslint config over several projects

Awesome Lists containing this project

README

        

# Eslint config for projects

## Installation
Install the package via

```bash
npm i @foxriver76/eslint-config --save-dev
```

## Getting started
Just extend this project in your lint config in your `eslint.config.json`.

```json
{
"extends": ["@foxriver76/eslint-config"]
}
```

And create a `prettier.config.js` with the following content:

```js
module.exports = require('@foxriver76/eslint-config/prettier');
```