🚀 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
e

@geprog/eslint-config

ESLint config for Typescript, Vue.js and Jest

2.1.1
latest
70

Supply Chain Security

100

Vulnerability

74

Quality

82

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Dependencies have 66 high alerts.

Socket optimized override available

Version published
Maintainers
3
Created
Issues
7

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