There was an error while loading. Please reload this page.
For more information, see https://dev.cornelldti.org/docs/guide-code-quality/.
CoursePlan uses ESLint and Prettier for formatting the code.
Run the command below to find all linter errors. npm run lint
npm run lint
Run the command below to find all formatting errors. npm run format:check
npm run format:check
Optionally, we recommend using a hard wrap extension such as Rewrap when writing .md files.
.md
CoursePlan uses Vue TSC for type checking.
Run the command below to find all type errors. npm run type-check
npm run type-check