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

@sparticuz/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sparticuz/eslint-config

Sparticuz's shareable config for eslint

  • 7.2.1
  • npm
  • Socket score

Version published
Weekly downloads
150
increased by552.17%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config

My eslint config

I use this on projects that I develop.

Note

This project uses dependencies instead of peerDependencies. This has been debated here https://github.com/eslint/eslint/issues/3458. I like packaging the plugins with my eslint-config instead of cluttering the package's devDepencencies all up. This also means you will need to add https://www.npmjs.com/package/@rushstack/eslint-patch to the package's .eslintrc.js file.

Install

npm install --save-dev @sparticuz/eslint-config

Example .eslintrc.js

require("@rushstack/eslint-patch/modern-module-resolution");

module.exports = {
  extends: [
    "@sparticuz/eslint-config"
  ]
}

FAQs

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