Socket
Book a DemoInstallSign in
Socket

@mediamonks/eslint-config-typescript

Package Overview
Dependencies
Maintainers
9
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mediamonks/eslint-config-typescript

Sharable eslint config based on Media.Monks Frontend Coding Standards

latest
Source
npmnpm
Version
1.6.0
Version published
Maintainers
9
Created
Source

Media.Monks - eslint-config-typescript

The official Media.Monks eslint configuration, based on the Frontend Coding Standards.

Installation

The configuration can be installed via npm.

npm install --dev @mediamonks/eslint-config-typescript

To inform eslint of this configuration, you have to add the eslint property to your package.json file:

"eslintConfig": {
   "extends": "@mediamonks/eslint-config-typescript",
   "parserOptions": {
      "project": "./tsconfig.json"
   }
}

Instead of manually editing your package.json, you can also utilize the npm pkg subcommand:

npm pkg set eslintConfig.extends=@mediamonks/eslint-config-typescript

Keywords

Media.Monks

FAQs

Package last updated on 10 Jun 2024

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