🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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
Version published
Weekly downloads
5.6K
4.02%
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

eslint

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