Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@mediamonks/eslint-config-react

Package Overview
Dependencies
Maintainers
9
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mediamonks/eslint-config-react

Sharable eslint config based on Media.Monks Frontend Coding Standards

latest
Source
npmnpm
Version
2.7.0
Version published
Weekly downloads
154
-10.98%
Maintainers
9
Weekly downloads
 
Created
Source

Media.Monks - eslint-config-react

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-react

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

"eslintConfig": {
   "extends": "@mediamonks/eslint-config-react"
}

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

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

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