Closed aidenszeto closed 3 years ago
Closes #472
npm run format
NOTE: this PR includes prettier formatting, thus there are quite a few lines changed
git add .
NOTE: if there are dependency tree issues with eslint version, do the following
package-lock.json
/node_modules
package.json
yarn
npm
Looks good but would we run yarn run format or something if we reinstall with yarn or would it still be npm?
yarn run format
Yeah I believe yarn run format would be equivalent to npm run format
Relevant issue
Closes #472
Summary of change
npm run format
command runs prettierNOTE: this PR includes prettier formatting, thus there are quite a few lines changed
Testing/Verification
npm run format
should format all code in src using prettier recommended standardsnpm run format
andgit add .
prior to committingNOTE: if there are dependency tree issues with eslint version, do the following
package-lock.json
/node_modules
package.json
yarn
(notnpm
)