Contributing
This repository uses npm workspaces
and lerna
to maintain a monorepo.
Directory Structure
All packages are located in the packages
directory, and the documentation can be found in the website
directory.
Installation
Fork it.
Clone it to your local directory. (Git is required.)
shgit clone https://github.com/lumirlumir/npm-eslint-plugin-mark.git
Move to the
npm-eslint-plugin-mark
directory.shcd npm-eslint-plugin-mark
Install npm packages. (Node.js is required.)
shnpm install
Edit codes.
Create
my-branch
branch.shgit switch -c my-branch
Commit your changes. (
husky
andlint-staged
will lint your changed files!)shgit commit -am "<type>[optional scope]: <description>"
Push them to your remote branch.
Submit a pull request.🙇♂️