New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zenloopgmbh/eslint-config-typescript

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenloopgmbh/eslint-config-typescript

Recommended config for typescript eslint

2.2.6
latest
Source
npm
Version published
Maintainers
2
Created
Source

@zenloopgmbh/eslint-config-typescript

This config configures all recommended Eslint rules by Zenloop for typescript projects.

Installation

npm i -D @zenloopgmbh/eslint-config-typescript

Usage

In eslintrc.js file add:

{
  "extends": [
    "@zenloopgmbh/typescript"
  ]
}

Development

To update plugins and the rules:

  • Update all plugins packages to the latest

  • Run npm test inside of the package directory.

  • Apply missing rules and remove deprecated ones.

  • Go to https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin and verify that each category has it's own file in /lib directory.

  • In case of the category is missing a file, first add a new test and then create a file with new rules.

FAQs

Package last updated on 19 Jul 2022

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