--- applyTo: '**' --- # Project general coding standards ## General Conventions - After making a change to a file, format the file using `npx prettier --write` with a path to the file that has been changed ## Naming Conventions - Use PascalCase for component names, interfaces, and type aliases - Use camelCase for variables, functions, and methods