A custom ESLint plugin that provides multiple rules to enforce best practices and code safety.
npm install eslint-plugin-safeguardA custom ESLint plugin that provides multiple rules to enforce best practices and code safety.
- Ensures await expressions are inside try-catch blocks.
- Helps enforce best practices for asynchronous error handling.
- Expandable with additional safety rules in the future.
Install the plugin using pnpm, npm, or yarn:
``sh``
pnpm add -D eslint-plugin-safeguardor
npm install --save-dev eslint-plugin-safeguardor
yarn add -D eslint-plugin-safeguard
Contributions are welcome! If you find a bug or have a feature request, please open an issue at GitHub Issues.
This project is licensed under the MIT License - see the LICENSE file for details.
---
Author: Estarlin R (estarlincito.com)