thoughtworks / build-your-own-radar

A library that generates an interactive radar, inspired by https://thoughtworks.com/radar/.
GNU Affero General Public License v3.0
2.21k stars 1.04k forks source link

fix: vscode ide setup #323

Closed setchy closed 1 year ago

setchy commented 1 year ago

The existing vscode settings would caus linting issues on-save. This PR addresses this so that the on-save prettier formatting now matches the npm run lint-prettier:check and npm run lint-prettier:fix behavior

devansh-sharma-tw commented 1 year ago

Thanks for this PR!