- Run Todo App
- Add Todo and check console log in dev tools
- Install and configure eslint with: npm init @eslint/config
- Answer question:
- Use for -> To check syntax and find problems
- Module type -> JavaScript modules
- Framework -> None of these
- TypeScript -> No
- Environment -> Browser
- Format -> JSON
- Let the script install eslint as a dependency
- Add npm step "lint"
eslint src/**/*.js