0.5.3 • Published 9 hours ago

eslint-plugin-mist3rbru v0.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 hours 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 a .eslintrc.json file in your project and extend the desired environment configuration. For example, to use Node.js with Jest configuration:

{
  "root": true,
  "parserOptions": {
    "project": "./tsconfig.json"
  },
  "extends": ["plugin:mist3rbru/node"],
  "rules": {},
  "overrides": [
    {
      "files": ["src/**/*.spec.ts"],
      "extends": ["plugin:mist3rbru/jest"],
      "rules": {}
    }
  ]
}

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.5.3

9 hours ago

0.5.2

12 days ago

0.5.1

1 month ago

0.5.0

1 month ago

0.4.4

2 months ago

0.4.1

2 months ago

0.4.0

3 months ago

0.4.3

2 months ago

0.4.2

2 months ago

0.3.6

3 months ago

0.3.5

3 months ago

0.3.2

3 months ago

0.3.4

3 months ago

0.3.3

3 months ago

0.3.0

3 months ago

0.3.1

3 months ago

0.2.0

4 months ago

0.1.0

4 months ago

0.0.10

5 months ago

0.0.11

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago