Have a go at the following questions to test what you have learned in this chapter:
- What class does an API controller need to inherit from in order for invalid models to automatically return HTTP status code 400?
- What option from create-react-app did we use to create a React with TypeScript project?
- What ESLint rule could we use to help prevent console.log statements being added to our code?
- What setting in .prettierrc could we set to use single quotes in our code?
- What file can we use to tell Visual Studio Code to validate TypeScript code using ESLint and to automatically format code using Prettier?