1.0.1 • Published 6 months ago

@kroo-tech/eslint-config v1.0.1

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

Contributors Forks Stargazers Issues MIT License

About the Project

My configurations for ESLint and Prettier to make easy a new project setup.

Built With

This project was built with nice technologies:

  • ESLint
  • Prettier

Installation

npm install @kroo-tech/eslint-config --save-dev

Usage

In your eslint config file, put:

{
  "extends": ["@kroo-tech/eslint-config/next"]
}

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the project
  2. Create your feature branch
git checkout -b feat/amazing-feature
  1. Commit your changes
git commit -m 'feat(index): add some amazing feature'
  1. Push to the branch
git push origin feat/amazing-feature
  1. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.