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

https://github.com/syntro-opensource/eslint-config-base

A reusable eslint-config standard
https://github.com/syntro-opensource/eslint-config-base

config configuration eslint

Last synced: 4 months ago
JSON representation

A reusable eslint-config standard

Awesome Lists containing this project

README

          

# eslint-config-base

![Dependabot](https://img.shields.io/badge/dependabot-active-brightgreen?logo=dependabot)
[![npm](https://img.shields.io/npm/dt/@syntro-opensource/eslint-config-base)](https://www.npmjs.com/package/@syntro-opensource/eslint-config-base)
[![npm (scoped)](https://img.shields.io/npm/v/@syntro-opensource/eslint-config-base)](https://www.npmjs.com/package/@syntro-opensource/eslint-config-base)

Provides a basic, reusable eslint config for web projects.

## Installation

```
npm i @syntro-opensource/eslint-config-base
```

## Usage

to make use of this config, create a `.eslintrc.js` file in your package
containing:
```js
{
"extends": "@syntro-opensource/eslint-config-base"
}
```