@geprog/eslint-config

2.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @geprog/eslint-config

Homepage

geprog.com

Weekly Downloads

19

Version

2.1.1

License

MIT

Unpacked Size

10.7 kB

Total Files

8

Last publish

Collaborators

  • geprog-npm
  • anbraten
  • lukasbeta