@poool/eslint-config
v5.0.10
Published
Common ESLint rules we share between projects at Poool
Downloads
2,292
Keywords
Readme
Poool ESLint Config - Common
Common ESLint/TSLint rules we share between projects at Poool
Installation
yarn add @poool/eslint-config --devUsage
import tseslint from 'typescript-eslint';
import pooolint from '@poool/eslint-config';
export default tseslint.config(
{
languageOptions: {
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
...pooolint.configs.recommended,
);