1.0.1 • Published 12 months ago

@heyimnowi/eslint-config-next v1.0.1

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

@heyimnowi/eslint-config-next

Introducing Eslint standard rules for Next.js projects, designed to keep your code clean and well-organized! 💻✨

Dependencies

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

Installation 🚀

Prepare to harness the capabilities of @heyimnowi/eslint-config-next by executing this command:

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

Usage 💡

To utilize the wonders of @heyimnowi/eslint-config-next, include the following configuration in your .eslintrc file:

{
  "extends": "@heyimnowi/eslint-config-next",
  "rules": {
    // Overrule any existing rules here.
  }
}

With this setup, your Next.js projects will be enriched with the delightful rules of @heyimnowi/eslint-config-next, enhancing your codebase's brilliance like never before! ✨🌟

Contributing 🙌

Seize the opportunity to shape the future of @heyimnowi/eslint-config-next! Here's how you can contribute to this extraordinary project:

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

License 📝

This project is licensed under the MIT License.

1.0.1

12 months ago