OwnTube-tv / web-client

Portable video client for PeerTube in React Native
https://owntube-tv.github.io/web-client/
The Unlicense
0 stars 11 forks source link

Add ESLint and Prettier Configs #26 #27

Closed mblomdahl closed 3 months ago

mblomdahl commented 4 months ago
  1. ESLint added with the recommended settings, https://react.dev/learn/editor-setup#your-editor
  2. Some basic VS Code settings, non-platform specific
  3. Apply recommended changes from ESLint to App.tsx
  4. README update on contributing code changes, PR checklist

Resolves #26.