DylanCheetah / django-todo

A todo list app that demonstrates full stack web development concepts.
MIT License
0 stars 0 forks source link

Setup Linting #9

Open DylanCheetah opened 1 week ago

DylanCheetah commented 1 week ago

We need to setup linting for this repo. We can use flake8 for linting our Python code and we can use JSHint for linting our JavaScript code.

DylanCheetah commented 1 week ago

Linting for Python code has been setup for this repo.