2.1.1 • Published 1 year ago

@geprog/eslint-config v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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