2.0.0 • Published 12 months ago

@lsagetlethias/eslint-config v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
12 months ago

eslint-config

Opinionated ESLint config to use on various and numerous TypeScript repos

Usage

Install

yarn add -D @lsagetlethias/eslint-config

Config

// .eslintrc.js
{
    extends: ['@lsagetlethias'],
}

Deps

@typescript-eslint/parser

// .eslintrc.js
{
    parser: '@typescript-eslint/parser',
    parserOptions: {
        project: ['./tsconfig.json', './tsconfig.eslint.json'],
        sourceType: 'module',
    },
}

License

MIT