0.0.2 • Published 4 months ago

smh-eslint-rules v0.0.2

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

smh-eslint-rules

License

smh-eslint-rules is a custom ESLint plugin that provides rules to enforce best practices and avoid common pitfalls in JavaScript and TypeScript codebases. This plugin is particularly useful for projects using JSX and TypeScript.

Installation

# NPM
npm install smh-eslint-rules --save-dev

#Yarn
yarn add smh-eslint-rules --dev

Usage

{
  "plugins": ["smh-eslint-rules"],
  "rules": {
    "smh-eslint-rules/no-commented-jsx": [
      "error",
      {
        "ignorePattern": "TODO|FIXME" // Optional: Ignore comments containing TODO or FIXME
      }
    ]
  }
}

And we're done 🎉

Contributing

Contribution are always welcome, no matter how large or small !

We want this community to be friendly and respectful to each other.Please follow it in all your interactions with the project.

Please feel free to drop me a mail S MUNI HARISH

Acknowledgements

Thanks to the authors of these libraries for inspiration

Sponsor & Support

To keep this library maintained and up-to-date please consider sponsoring it on GitHub. Or if you are looking for a private support or help in customizing the experience, then reach out to me on Linkedin @smuniharish.

License

Apache License 2.0


Made with ❤️

0.0.2

4 months ago

0.0.1

4 months ago