Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mann-conomy/eslint-config

A sharable JavaScript ESLint config for the Mann-Conomy Project.
https://github.com/mann-conomy/eslint-config

eslint eslint-config javascript mann-conomy nodejs

Last synced: about 1 month ago
JSON representation

A sharable JavaScript ESLint config for the Mann-Conomy Project.

Awesome Lists containing this project

README

        

# eslint-config

A sharable ESLint config for the Mann-Conomy Project.

[![npm version](https://img.shields.io/npm/v/@mann-conomy/eslint-config?style=flat-square&logo=npm)](https://npmjs.com/package/@mann-conomy/eslint-config)
[![npm downloads](https://img.shields.io/npm/d18m/@mann-conomy/eslint-config?style=flat-square&logo=npm)](https://npmjs.com/package/@mann-conomy/eslint-config)
[![Node.js version](https://img.shields.io/node/v/@mann-conomy/eslint-config?style=flat-square&logo=nodedotjs)](https://nodejs.org/en/about/releases/)
[![GitHub actions](https://img.shields.io/github/actions/workflow/status/Mann-Conomy/eslint-config/test.yml?branch=main&style=flat-square&logo=github&label=test)](https://github.com/Mann-Conomy/eslint-config/blob/main/.github/workflows/test.yml)
[![GitHub license](https://img.shields.io/github/license/Mann-Conomy/eslint-config?style=flat-square&logo=github)](https://github.com/Mann-Conomy/eslint-config/blob/main/LICENSE)

## Installation

Using [npm](https://www.npmjs.com/package/@mann-conomy/eslint-config):

```bash
$ npm install --save-dev @mann-conomy/eslint-config
```

Using [yarn](https://yarnpkg.com/package/@mann-conomy/eslint-config):

```bash
$ yarn add --dev @mann-conomy/eslint-config
```

## Usage

```js
import config from "@mann-conomy/eslint-config";

export default [
...config,
{
ignores: [
"eslint.config.js"
],
rules: {
"no-control-regex": "off"
}
}
];
```

For reference, you can find the complete [ESLint config here](https://github.com/Mann-Conomy/eslint-config/blob/main/eslint.config.js).

## License

[MIT](LICENSE)

Copyright 2024, The Mann-Conomy Project