Socket
Socket
Sign inDemoInstall

@wildpeaks/eslint-config-commonjs

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildpeaks/eslint-config-commonjs

ESLint config for ES2018 Javascript projects using CommonJS modules


Version published
Weekly downloads
30
increased by66.67%
Maintainers
1
Weekly downloads
 
Created
Source

ESLint Config: CommonJS

Github Release

Settings for ES2018 Javascript projects using CommonJS modules.

This is best suited for Node 14+ scripts.


Quickstart

Install the config:

npm install @wildpeaks/eslint-config-commonjs --save-dev

Reference it in your package.json:

{
  "eslintConfig": {
    "extends": "@wildpeaks/eslint-config-commonjs"
  }
}

or in .eslintrc.json:

{
  "extends": "@wildpeaks/eslint-config-commonjs"
}

Prettier

This configuration is compatible with @wildpeaks/prettier-config.

Keywords

FAQs

Package last updated on 10 Apr 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc