Contributing
This repository uses npm workspaces 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.gitMove to the
npm-eslint-plugin-markdirectory.shcd npm-eslint-plugin-markInstall npm packages. (Node.js is required.)
shnpm installEdit codes.
Create
my-branchbranch.shgit switch -c my-branchCommit your changes. (
huskyandlint-stagedwill lint your changed files!)shgit commit -am "<type>[optional scope]: <description>"Push them to your remote branch.
Submit a pull request.🙇♂️