Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git-hooks for Doc Repo #1022

Open
impurity-dev opened this issue Nov 27, 2023 · 0 comments
Open

Git-hooks for Doc Repo #1022

impurity-dev opened this issue Nov 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@impurity-dev
Copy link
Contributor

Feature

It would be helpful to have the Docs Repo run some git-hooks on commit, to standardize files on-commit and enforce a consistent formatting across all files. Ill provide a list of suggestions, but ultimately the feature's goal is to auto format consistent rules across the repo.

Suggestions

  • husky Not used, but would run/install githooks
  • eslint Not used, but could be used for TS/JS files and other plugins
  • eslint-plugin-react Not used, but could be used for React
  • markdown lint Currently used, but could run in the hook to lint markdown
  • prettier Current used, but could run in the hook to format all files
  • stylelint Not used, but could be used for scss
  • lint-staged Not used, but could be used to run eslint against staged files
@thomlucc thomlucc added the enhancement New feature or request label Nov 28, 2023
@thomlucc thomlucc added this to the 7.0 milestone Nov 28, 2023
@RaananW RaananW modified the milestones: 7.0, Future Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants