Closed setchy closed 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
npm run lint-prettier:check
npm run lint-prettier:fix
Thanks for this PR!
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
andnpm run lint-prettier:fix
behavior