Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 507 Bytes

File metadata and controls

8 lines (5 loc) · 507 Bytes

Linting and formatting code

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 lint to lint all files and show possible violations across the monorepo.
  • Run yarn lint:fix to fix any automatically fixable violations.