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

eslint-plugin-icedfrisby

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-icedfrisby

ESLint rules for IcedFrisby

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
increased by25.83%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-plugin-icedfrisby

Build version license

ESLint rules for IcedFrisby.

Installation

npm i --save-dev eslint eslint-plugin-icedfrisby

Usage

As of eslint-plugin-icedfrisby 0.2.0 this plugin is compatible with ESLint>=8.21.0 only and must be configured using flat config format.

Example .eslint.config.js file:

const icedfrisby = require("eslint-plugin-icedfrisby");

module.exports = [
  // This plugin exports a recommended config
  icedfrisby.configs.recommended,

  {
    // Add icedfrisby to the plugins declaration
    plugins: {
      icedfrisby,
    },

    // Optionally customise or configure rules
    rules: {
      "icedfrisby/no-skipped-tests": ["error"]
    },
  },
];

Rules

💼 Configurations enabled in.
⚠️ Configurations set to warn in.
✅ Set in the recommended configuration.

NameDescription💼⚠️
no-exclusive-testsDisallow exclusive tests
no-skipped-testsDisallow skipped tests

Keywords

FAQs

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