eslint-plugin-th-rules
v1.14.0
Published
A List of custom ESLint rules created by Tomer Horowitz
Downloads
418
Maintainers
Readme
eslint-plugin-th-rules
This repository contains custom ESLint rules to enhance code quality and consistency across projects.
Custom ESLint Rules
This repository contains custom ESLint rules to enhance code quality and consistency across projects, created by Tomer Horowitz.
Rules
💼 Configurations enabled in.
✅ Set in the recommended
configuration.
🔧 Automatically fixable by the --fix
CLI option.
| Name | Description | 💼 | 🔧 | | :--------------------------------------------------- | :------------------------------------------------------------------------------- | :--------------------------------------------------------------- | :- | | no-comments | Disallow comments except for specified allowed patterns. | ✅ ![badge-recommended-react][] ![badge-recommended-typescript][] | 🔧 | | no-default-export | Convert unnamed default exports to named default exports based on the file name. | ✅ ![badge-recommended-react][] ![badge-recommended-typescript][] | 🔧 | | no-destructuring | Disallow destructuring that does not meet certain conditions | ✅ ![badge-recommended-react][] ![badge-recommended-typescript][] | |