Socket
Socket
Sign inDemoInstall

@wildpeaks/eslint-config-commonjs

Package Overview
Dependencies
0
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

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
8
decreased by-46.67%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 10 Apr 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc