ESLint v9 (via MetaMask's shared ESLint configurations) is used to check for code quality issues, and Prettier is used to format files.
If you need to customize the behavior of ESLint, see eslint.config.mjs in the root.
- Run
yarn lintto lint all files and show possible violations across the monorepo. - Run
yarn lint:fixto fix any automatically fixable violations.