# Productivity

Linting in React

Recently I started experimenting with the idea of code linting via ESLint and Prettier. This article covers the configuration of ESLint, Prettier, and Husky in a React project.

Link

TODO list in VSCode

This article addresses a document level TODO list as your are coding and developing an application.

Link