Closed KatieProchilo closed 5 years ago
The build step is currently failing because running the build steps before the prettier fixes results in Prettier errors.
Also if we run a full lint comnnd tslint -c tslint.json 'src/**/*.ts'
command there are some linting errors that are out standing.
Ready to be looked at
The CLI, service, and the top-level project have two new scripts, and a change to the existing
build
script:npm run build
will also runnpm run check
.npm run check
lists any files that are not up to Prettier's standards.npm run fix
will make changes to bring the code up to Prettier's standards.Probably a good time to introduce this change as it touches a lot of lines and no one's been pushing to d-ser-t. All Prettier config has been set within
package.json
for each package.Also manually alphabetized imports.