Skip to content

Pre-commit hooks and CI enforcement for eslint and prettier - #174

Open
scottanderson wants to merge 5 commits into
donetick:developfrom
scottanderson:eslint3
Open

Pre-commit hooks and CI enforcement for eslint and prettier #174
scottanderson wants to merge 5 commits into
donetick:developfrom
scottanderson:eslint3

Conversation

@scottanderson

@scottanderson scottanderson commented Jul 29, 2026

Copy link
Copy Markdown
Contributor
     "lint": "eslint && prettier -c .",
-    "lint:ci": "true # TODO: eslint -f gha && prettier -c .",
+    "lint:ci": "eslint -f gha && prettier -c .",
     "lint:fix": "eslint --fix && prettier -w .",

@scottanderson scottanderson changed the title Eslint3 Enable eslint and prettier pre-commit hooks and CI enforcement Jul 29, 2026
@scottanderson scottanderson changed the title Enable eslint and prettier pre-commit hooks and CI enforcement Pre-commit hooks and CI enforcement for eslint and prettier Jul 29, 2026
@scottanderson
scottanderson force-pushed the eslint3 branch 4 times, most recently from 28559b4 to aeb45a7 Compare July 30, 2026 20:53
Remove branch restriction for push events, which prevents forked projects from running CI checks prior to creating a PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant