Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@loveholidays/eslint-config-loveholidays

Package Overview
Dependencies
Maintainers
0
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loveholidays/eslint-config-loveholidays

eslint config for typescript/react projects

  • 111.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
836
increased by8.71%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-config-loveholidays

This repository is where all common eslint related config, rules, packages and binary are aggregated into one package that can be installed.

Installation

npm i -D @loveholidays/eslint-config-loveholidays

Eslint and the plugins will be installed via this package so you do not need to install them separately.

Setup

Extend either @loveholidays/eslint-config-loveholidays/react or @loveholidays/eslint-config-loveholidays and add parserOptions.project to your eslintrc.

// .eslintrc
{
  extends: ['@loveholidays/eslint-config-loveholidays'],
    parserOptions: {
    project: './tsconfig.json',
  }  
}

Publishing

When a pull request is merged a new major version will be published automatically.

You can also manually trigger the publish workflow in github actions.

FAQs

Package last updated on 30 Dec 2024

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