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

@eis/eslint-config-elser

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eis/eslint-config-elser

Shared eslint config for Elser projects

1.2.1
latest
npm
Version published
Weekly downloads
12
-7.69%
Maintainers
1
Weekly downloads
 
Created
Source

Introduction

This package exposes a set of shared eslint configs.

Getting Started

To use this package, install it via npm, yarn, etc.

# npm
npm i -D @eis/eslint-config-elser

# yarn
yarn add -D @eis/eslint-config-elser

Then configure your project-level eslint config to extend the desired config from this package.

// node
module.exports = {
	extends: ["@eis/eslint-config-elser"],
};

// react
module.exports = {
	extends: ["@eis/eslint-config-elser/react"],
};

// next.js
module.exports = {
	extends: ["@eis/eslint-config-elser/next"],
};

FAQs

Package last updated on 16 Feb 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