@belvo/eslint-config-belvo
v1.0.6
Published
Belvo ESLint config for FE projects
Keywords
Readme
@belvo/eslint-config
Shareable ESLint config for Belvo FE projects.
Installation
Install required peer dependencies
Run this command to check which packages and versions you need:
npm info "@belvo/eslint-config-belvo@latest" peerDependenciesThe easiest way is:
npx install-peerdeps --dev @belvo/eslint-config-belvoConfigure ESLint
Using the new ESLint flat config:
// eslint.config.js import belvoConfig from "@belvo/eslint-config-belvo"; export default belvoConfig;
Usage
This configuration provides Belvo-standard ESLint rules for frontend projects (Vue, TypeScript, Prettier, Cypress, and more).
You can extend or override these rules in your own config as needed.
Custom Rules
If you wish to use custom rules included in this package (in eslint-custom-rules), be sure to reference them in your project’s ESLint config.
Updating
To see current peers required:
npm info "@belvo/eslint-config-belvo@latest" peerDependenciesTo interactively update your dependencies:
npm run check-dependencies
