@mann-conomy/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

eslint-config

A sharable ESLint config for the Mann-Conomy Project.

npm version npm downloads Node.js version GitHub actions GitHub license

Installation

Using npm:

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

Using yarn:

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

Usage

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

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

For reference, you can find the complete ESLint config here.

License

MIT

Copyright 2024, The Mann-Conomy Project

Package Sidebar

Install

npm i @mann-conomy/eslint-config

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

4.46 kB

Total Files

5

Last publish

Collaborators

  • snabe