Skip to content

heyimnowi/eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@heyimnowi/eslint-config-react

Eslint standard rules for React + Typescript projects, because we like our code to be neat and tidy! 💻✨

Dependencies

This configuration relies on some peer dependencies you must add in your project as dev dependencies:

Installation 🚀

Get ready to embrace the power of eslint-config-react by running this command:

npm install --save-dev @heyimnowi/eslint-config-react

Usage 💡

To experience the magic of @heyimnowi/eslint-config-react, add the following incantation to your .eslintrc file:

{
  "extends": "@heyimnowi/eslint-config-react",
  "rules": {
    // You can override any rule here.
  }
}

Now your React + Typescript projects will be graced with the enchanting rules of @heyimnowi/eslint-config-react, making your codebase shine brighter than ever before! ✨🌟

Contributing 🙌

You have the power to shape the destiny of @heyimnowi/eslint-config-react! Here's how you can contribute to this mystical project:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature) ✨
  3. Commit your changes (git commit -am 'Add some feature) 💪
  4. Push to the branch (git push origin my-new-feature) 🚀
  5. Create a new Pull Request 🌟

License 📝

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published