makebrainwaves / BrainWaves

An easy-to-use platform for EEG experimentation in the classroom
MIT License
61 stars 26 forks source link

Prettier formatting #120

Closed jdpigeon closed 4 years ago

jdpigeon commented 4 years ago

In order to assist with the formatting confusion I added a .prettierrc file that should hook into everyone's IDE and standardize code formatting. By the way, that's VS Code /w the Prettier plugin.

I also update the linting dependencies and ensure we could successfully run the lint commands in package.json.

Most of the changes in here though are the result of running the new prettier config across the whole project.

teonbrooks commented 4 years ago

lgtm, merging. thanks @jdpigeon