Socket
Socket
Sign inDemoInstall

eslint-config-holidaycheck

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-holidaycheck

Shareable ESLint config from HolidayCheck


Version published
Weekly downloads
47
increased by34.29%
Maintainers
5
Weekly downloads
 
Created
Source

eslint-config-holidaycheck

Shareable ESLint config from HolidayCheck.

This config aims for ES5 or ES2015 code. It does not define any environments. You can use it with any kind of project (e.g. node projects or browser code) by extending from the config and setting the correct environment yourself.

Install and setup

  • npm install eslint-config-holidaycheck
  • Add extends: "holidaycheck" to your .eslintrc

Alternative Flavors

This package includes the following other configuration flavors. The default flavors assuming an ECMAScript 5.1 environment.

Browser

extends: "holidaycheck/browser"

Enables the browser environment and sets the strict rule to function mode.

CLI

extends: "holidaycheck/cli"

Allows the use of console, *Sync functions, process.env and process.exit.

ES 2015 Flavors

The following flavors assuming an ECMAScript 2015 environment.

Node

extends: "holidaycheck/es2015"

CLI

extends: "holidaycheck/es2015/cli"

Allows the use of console, *Sync functions, process.env and process.exit.

Keywords

FAQs

Package last updated on 26 Jun 2018

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