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

https://github.com/obusk/eslint-config-module

A strict configuration for building modern modules
https://github.com/obusk/eslint-config-module

eslint eslint-config module prettier typescript

Last synced: about 2 months ago
JSON representation

A strict configuration for building modern modules

Awesome Lists containing this project

README

          

# @obusk/eslint-config-module

> A strict configuration for building modern modules

## Installation

```bash
npm install --save-dev @obusk/eslint-config-module
```

## Usage

### ESLint Flat Config

This package exports a flat config by default. Add the following to your `eslint.config.js`:

```js
import obuskModule from "@obusk/eslint-config-module";

export default [...obuskModule];
```