Socket
Book a DemoInstallSign in
Socket

@exodus/eslint-config-javascript

Package Overview
Dependencies
Maintainers
102
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/eslint-config-javascript

Eslint config for vanilla javascript projects

latest
Source
npmnpm
Version
2.2.0
Version published
Maintainers
102
Created
Source

@exodus/eslint-config-javascript

Config for eslint to use in Exodus projects

Config for vanilla JS projects

Use yarn add --dev @exodus/eslint-config-javascript eslint to install the required dependencies and the snippet below to initialize your .eslintrc.js

// .eslintrc.js
module.exports = {
  extends: ['@exodus/eslint-config-javascript'],
  // ... customization
}

FAQs

Package last updated on 24 Sep 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