Skip to content

Commit

Permalink
build(pre-commit): centralize remark; add markdown and eslint linting…
Browse files Browse the repository at this point in the history
… to CL
  • Loading branch information
Xunnamius committed Jan 1, 2021
1 parent db5ff67 commit 772dee1
Show file tree
Hide file tree
Showing 4 changed files with 345 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ to see which of the following scripts are available for this project.
### Developing

- `npm run dev` to start a development server or instance
- `npm run lint` to run a project-wide type check (handled by CI)
- `npm run lint` to run a project-wide type check (handled by CL/CI)
- `npm run test` (or `npm test`, `npm run test-unit`) to run the unit tests
(handled by CL/CI)
- Also [gathers test coverage data][35] as HTML files (under `coverage/`)
Expand Down

0 comments on commit 772dee1

Please sign in to comment.