--- myst: html_meta: "description": "Linters" "property=og:description": "Linters" "property=og:title": "Linters" "keywords": "Volto, Plone, Webpack, Eslint, Prettier, Stylelint" --- # Linters Volto provides working configuration for the following linters: ## ESlint [eslint](https://eslint.org/) is used for JavaScript code checking. A working `.eslintrc.js` file is shipped with every Volto project. ## Prettier Volto integrates [prettier](https://prettier.io/) for code formatting, in the form of an eslint plugin. ## Stylelint Volto integrates [stylelint](https://stylelint.io/) for CSS/Less/SCSS code linting.