Ryanbooth21 / Chiedo-labs-homepage-rebuild

A practice css/next JS project
0 stars 0 forks source link

Incorporate coding standards via linters #2

Open rfearing opened 5 years ago

rfearing commented 5 years ago

Not Major for where you are, but I would suggest using a linter. We extend AirBnb for Javascript and Stylelint for our CSS.

VSCode eslint + Stylelint

Example in our BlueTrunk Project

It'll catch things like this line being too long.

rfearing commented 5 years ago

Chiedo Labs Next eslint config Example of stylelint config