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

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

Shareable ESLint configuration.
https://github.com/jgarber623/eslint-config

eslint eslint-config javascript nodejs

Last synced: 5 months ago
JSON representation

Shareable ESLint configuration.

Awesome Lists containing this project

README

        

# @jgarber/eslint-config

**Shareable [ESLint](https://eslint.org) configuration.**

[![npm](https://img.shields.io/npm/v/@jgarber/eslint-config.svg?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/@jgarber/eslint-config)
[![Downloads](https://img.shields.io/npm/dt/@jgarber/eslint-config.svg?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/@jgarber/eslint-config)
[![Build](https://img.shields.io/github/actions/workflow/status/jgarber623/eslint-config/ci.yml?branch=main&logo=github&style=for-the-badge)](https://github.com/jgarber623/eslint-config/actions/workflows/ci.yml)

## Installation

```sh
npm install --save-dev @jgarber/eslint-config
```

## Usage

```js
// eslint.config.js
export { default } from "@jgarber/eslint-config";
```

## License

@jgarber/eslint-config is freely available under the [MIT License](https://opensource.org/licenses/MIT).