eslint-plugin-icedfrisby

0.2.0 • Public • Published

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.

Name Description 💼 ⚠️
no-exclusive-tests Disallow exclusive tests
no-skipped-tests Disallow skipped tests

Dependents (0)

Package Sidebar

Install

npm i eslint-plugin-icedfrisby

Weekly Downloads

1,491

Version

0.2.0

License

MIT

Unpacked Size

7.05 kB

Total Files

7

Last publish

Collaborators

  • chris48s