@namorzyny/eslint-config

2.0.5 • Public • Published

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',
        ],
    };
    
    

/@namorzyny/eslint-config/

    Package Sidebar

    Install

    npm i @namorzyny/eslint-config

    Weekly Downloads

    0

    Version

    2.0.5

    License

    MIT

    Unpacked Size

    19.4 kB

    Total Files

    11

    Last publish

    Collaborators

    • namorzyny