Skip to content

Linting

Nishant Balaji edited this page Jul 26, 2021 · 3 revisions

Linting

To make sure code stays close enough to a standard style, we have a few commands to automate the cleaning up for style:

For frontend work, make sure node.js is installed and then run:

cd audino/frontend/; npm run lint

For backend work:

TBD For VSCode users, pylance can highlight pep-8 formatting errors while developing code. Follow VSCode's documentation to set up pylance as a linter in vscode.

Overview

Development

Usage

Clone this wiki locally