OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite
We use Next.js' rules, which are extremelly useful for finding React hook issues:
cd web
npm run lint
To lint just one file run:
cd web
npx eslint front/Article.tsx

Ancestors (4)

  1. OurBigBook Web static analysis
  2. OurBigBook Web development
  3. OurBigBook Web
  4. OurBigBook Project