willianjusten / nba-nextjs

See NBA game results and standings powered by Next.js
https://nba.willianjusten.com.br
26 stars 2 forks source link

Standardise some code patterns #22

Closed willianjusten closed 5 months ago

willianjusten commented 5 months ago

There are some patterns that I like and I believe we could enforce (and change where it's different):

function ComponentCase () {
}

export default ComponentCase;