Socket
Socket
Sign inDemoInstall

@sweetalert2/eslint-config

Package Overview
Dependencies
3
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sweetalert2/eslint-config

ESLint shareable config for the SweetAlert2 JS/TS coding style


Version published
Weekly downloads
141
increased by10.16%
Maintainers
2
Created
Weekly downloads
 

Changelog

Source

1.1.9 (2024-02-26)

Bug Fixes

  • deps: update typescript-eslint monorepo to v7 (#25) (9599a13)

Readme

Source

ESLint shareable config for the SweetAlert2 JS/TS coding style

npm version semantic-release

ESLint shareable config for the SweetAlert2 JS/TS coding style

Installation

$ npm install --save-dev @sweetalert2/eslint-config

or

$ yarn add --dev @sweetalert2/eslint-config

Usage

Once the @sweetalert2/eslint-config package is installed, you can use it by specifying @sweetalert2/eslint-config in the extends section of your ESLint configuration.

{
  "extends": "@sweetalert2/eslint-config",
  "rules": {
    // Additional, per-project rules...
  }
}

FAQs

Last updated on 26 Feb 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc