🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@geprog/eslint-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geprog/eslint-config

ESLint config for Typescript, Vue.js and Jest

2.1.1
latest
Version published
Maintainers
3
Created

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

FAQs

Package last updated on 17 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts