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

@tangany/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tangany/eslint-config

Tangany's ESLint config

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
406
decreased by-80.56%
Maintainers
0
Weekly downloads
 
Created
Source

Tangany ESLint Config

A comprehensive, opinionated ESLint configuration to standardize and enforce code quality and style across JavaScript & TypeScript projects. This configuration promotes best practices, consistency, and readability, making it easy for teams to work together and maintain a high code quality standard.

Features

  • Best Practices: Enforces a wide range of ESLint rules, including recommended rules for JavaScript and TypeScript (if applicable).
  • Code Consistency: Ensures consistent code style across projects by enforcing formatting and style rules.
  • Customizable: Built with flexibility in mind. Override or extend specific rules to suit your project’s unique needs.
  • Compatibility: Works well with various JavaScript environments, including Node.js, browser-based apps.

Installation

To use @tangany/eslint-config, install it as a dependency in your project:

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

Then, extend the configuration in your .eslint.config.mjs file:

export default [
  ...tanganyConfig,
];

Keywords

FAQs

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