Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mann-conomy/eslint-config
- Owner: Mann-Conomy
- License: mit
- Created: 2024-06-02T18:11:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T16:20:41.000Z (3 months ago)
- Last Synced: 2024-10-11T17:23:30.139Z (about 1 month ago)
- Topics: eslint, eslint-config, javascript, mann-conomy, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@mann-conomy/eslint-config
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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