@lsagetlethias/eslint-config
v2.0.0
Published
Opinionated ESLint config to use on various and numerous TypeScript repos
Downloads
4
Readme
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',
},
}