Opinionated eslint config for projects using Vue.js with Typescript and Jest
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,
},
};
@geprog
@geprog/eslint-config/vue
@geprog/eslint-config/jest
Install dependencies: pnpm install