1.0.0 • Published 1 year ago

@mann-conomy/typescript-eslint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

typescript-eslint-config

A sharable TypeScript 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/typescript-eslint-config

Using yarn:

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

Usage

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

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

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

License

MIT

Copyright 2024, The Mann-Conomy Project