Skip to content

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

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

Pre-commit hooks and CI enforcement for eslint and prettier #174
scottanderson wants to merge 3 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 mentioned this pull request Jul 29, 2026
@scottanderson
scottanderson force-pushed the eslint3 branch 5 times, most recently from aeb45a7 to 504323e Compare July 30, 2026 20:56
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