walkermatt / ol-layerswitcher

Layer control for OpenLayers
MIT License
387 stars 176 forks source link

Add Prettier rules #361

Closed petergoulborn closed 4 years ago

petergoulborn commented 4 years ago

Re-format all files using the following Prettier rules:

    "tabWidth": 2,
    "singleQuote": true,
    "trailingComma": "none",
    "quoteProps": "consistent"
petergoulborn commented 4 years ago

As per discussion with @walkermatt