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

@croquiscom/eslint-config-www

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@croquiscom/eslint-config-www

ESLint configuration used by Croquiscom www

  • 1.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
142
increased by14.52%
Maintainers
5
Weekly downloads
 
Created
Source

eslint-config-www

This package includes the shareable ESLint configuration used by Zigzag-www.

Installation

npm install --save-dev @croquiscom/eslint-config-www eslint typescript

Usage in www Projects

{
  "extends": [
    "@croquiscom/eslint-config-www"
  ],
  "overrides": [
    ...custom overrides
  ],
  "rules": {
    ...custom rules
  }
}

You can override the settings from eslint-config-www by editing the .eslintrc.json file. Learn more about configuring ESLint on the ESLint website.

FAQs

Package last updated on 21 Mar 2021

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