mirror of https://github.com/kern/filepizza
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
309 B
Plaintext
6 lines
309 B
Plaintext
- Use TypeScript.
|
|
- Use function syntax for defining React components. Define the prop types inline.
|
|
- If a value is exported, it should be exported on the same line as its definition.
|
|
- Always define the return type of a function or component.
|
|
- Use Tailwind CSS for styling.
|
|
- Don't use trailing semicolons. |