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

@amedia/eslint-config-base

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/eslint-config-base

ESLint configuration to be used by developers at Amedia


Version published
Weekly downloads
1.3K
decreased by-12.83%
Maintainers
55
Weekly downloads
 
Created

@amedia/eslint-config-base

Common ESLint configuration for JavaScript

Usage

npm install --save-dev @amedia/eslint-config-base eslint

After installing the deps, update your ESLint config file, e.g. .eslintrc.js:

module.exports = {
  extends: ['@amedia/eslint-config-base'],
};

FAQs

Package last updated on 02 Jun 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