# Prettier and linter

To perform formatting with Prettier and checking for errors with ESLint, install the ***ESLint*** and ***Prettier - Code formatter*** extensions for Visual Studio Code.\
Check [here](/development/suggested-ide-and-extensions.md) for more info.

ESLint can scan the entire codebase for errors using: `npm lint`

Code formatting can be done in two ways:

* For the current file\
  `CTRL + MAIUSC + I`
* For the entire codebase\
  `npm run format`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://balance-docs.dexma.it/development/prettier-and-linter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
