Skip to content

This package provides miZyind's custom lint rules and tools.

License

Notifications You must be signed in to change notification settings

miZyind/eslint-plugin-mizyind

Repository files navigation

eslint-plugin-mizyind

NodeJS NPM Yarn Jest TypeScript Prettier ESLint

This package provides miZyind's custom lint rules and tools.

🔮 Installation

yarn add eslint-plugin-mizyind -D

Add corresponding config to the extends section of your ESLint configuration:

{
  "extends": ["plugin:mizyind/base"]
}

For NextJS:

{
  "extends": ["plugin:mizyind/next"]
}

📜 Supported Rules

Name Description
mizyind/filename Enforces files' naming conventions

🖋 Author

miZyind mizyind@gmail.com

📇 License

Licensed under the MIT License.