🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

@easymetrics/eslint-config-easymetrics

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easymetrics/eslint-config-easymetrics

Provides EasyMetrics's .eslintrc as an extensible shared config

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

EasyMetrics ESLint Configuration

Provides EasyMetrics's .eslintrc as an extensible shared config.

Install

npm i -D @easymetrics/eslint-config-easymetrics eslint-plugin-import

Usage

EasyMetrics's eslint configuration contains all of our ESLint rules, including ECMAScript 6+ and is similar to Airbnb's ESLint base rules.

It has peerDependencies on eslint and eslint-plugin-import.

eslint setup

In your .eslintrc.js || .yml || .json add ...

// Add to your .eslintrc
{
  "extends": "@easymetrics/eslint-config-easymetrics",
  "rules": {}
}

Keywords

eslint

FAQs

Package last updated on 02 Jul 2017

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