0.6.4 • Published 5 months ago

eslint-plugin-mist3rbru v0.6.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

eslint-plugin-mist3rbru

Is an ESLint plugin that provides comprehensive configurations for various environments, streamlining the linting process for Node.js, React, Jest, Jest-DOM, Vitest, and more. Each environment has its own preset configuration that can be easily applied in your project.

Installation

To install eslint-plugin-mist3rbru, use the following command:

pnpm add -D eslint eslint-plugin-mist3rbru

Usage

To use the plugin, create one of these config files in your project and extend the desired environment configuration. For example, to use Node.js with Jest configuration:

// Recommended
// eslint.config.mjs
import plugin from 'eslint-plugin-mist3rbru'

export default [
  plugin.configs.node,
  plugin.configs.jest,
  {
    rules: {
      'security/detect-object-injection': 'off',
    },
  },
]

Replace "node" and "jest" with the appropriate preset name for your project.

Available Presets

  • node: Node.js environment
  • react: React environment
  • next: Next environment
  • jest: Jest environment
  • jest-dom: Jest-DOM environment
  • vitest: Vitest environment

Included Configurations and Plugins

eslint-plugin-mist3rbru includes opinionated configuration for popular ESLint plugins to enhance your linting experience. The following configurations and plugins are included:

License

This project is licensed under the MIT License.

0.6.4

5 months ago

0.6.3

7 months ago

0.6.2

8 months ago

0.6.1

9 months ago

0.6.0

9 months ago

0.5.6

12 months ago

0.5.4

1 year ago

0.5.5

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.4

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.2

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.0

1 year ago

0.3.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago