mapbox / delaunator

An incredibly fast JavaScript library for Delaunay triangulation of 2D points
https://mapbox.github.io/delaunator/
ISC License
2.33k stars 142 forks source link

Lint docs code with the same config as source #29

Closed mourner closed 6 years ago

mourner commented 6 years ago

@redblobgames added linting for the docs files to keep it to the same standard as the source code. I couldn't go all the way though because of our script { display: block; } approach.

redblobgames commented 6 years ago

Looks good to me. I have no strong opinions on code style, and I admit I wrote that file assuming no one would be looking at it…