We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
variableNames/functionName: camelCase
.tsx file names: PascalCase
.ts files names: camelCase
File name: kebab-case
Fields: camelCase
Everything: snake_case
kebab-case: (github-branch-name, image-name, folder-name)
Use const over function for function declarations.
const
function
const myFunction = () => { return "Hello, world!"; };
floorplan is one word!