@guarapi/eslint-config-guarapi
v0.1.3
Published
Guarapi eslint recommended code style
Downloads
5
Readme
@guarapi/eslint-config-guarapi
eslint-config-guarapi is an ESLint configuration package for projects that use the Guarapi framework. This setting recommends code style guidelines and practices to ensure code consistency and maintainability. It is designed for use in Node.js and browser-based applications.
Installation
You can install eslint-config-guarapi using npm:
npm install --save-dev @guarapi/eslint-config-guarapi
Usage
To use eslint-config-guarapi in your project, extend it in your ESLint configuration file (e.g., .eslintrc.json
):
{
"extends": ["guarapi"]
}
Also config prettier rules (e.g. package.json
):
{
"name": "your-package-name",
"prettier": "@guarapi/eslint-config-guarapi/prettierrc.js"
}
You can customize or override these rules to match your project's specific coding standards.
License
eslint-config-guarapi is open-source software licensed under the MIT License.
Contributing
Contributions to eslint-config-guarapi are welcome! If you encounter issues or have suggestions for improvements, please open an issue on the GitHub repository.
If you'd like to contribute to the package, please follow the Contribution Guidelines outlined in the repository.
Code of Conduct
Please note that this project has a Code of Conduct. We expect all contributors and users to follow it to ensure a welcoming and inclusive community.
About Guarapi
Guarapi is a framework for building web applications with Node.js. It provides a simple and elegant way to create fast and scalable web apps, without sacrificing functionality or performance. If you're interested in learning more about Guarapi, visit the Guarapi repo.
Happy coding with Guarapi!