@geprog/eslint-config
v2.1.1
Published
ESLint config for Typescript, Vue.js and Jest
Downloads
76
Keywords
Readme
GeProg eslint config
Opinionated eslint config for projects using Vue.js with Typescript and Jest
Usage
require('@geprog/eslint-config/patch/modern-module-resolution');
module.exports = {
extends: ['@geprog'],
parserOptions: {
project: ['./tsconfig.json'], // should "include" all files you want to lint
tsconfigRootDir: __dirname,
},
};
Available configs
@geprog
@geprog/eslint-config/vue
@geprog/eslint-config/jest
Development
Install dependencies: pnpm install