Skip to content

Namorzyny/ESLintConfig

Repository files navigation

ESLintConfig

NPM Contributions Welcome

  1. Install package: npm i @namorzyny/eslint-config -D

  2. Create your own .eslintrc.js

    module.exports = {
        // ...,
        extends: [
            '@namorzyny',
            '@namorzyny/eslint-config/typescript',
        ],
    };