Skip to content

REMOVE UNUSED TOOLINGS AND DOC - #69

Merged
thinkDifferent1997 merged 1 commit into
mainfrom
fix/trim_makefile_Muzak_credits
Aug 11, 2026
Merged

REMOVE UNUSED TOOLINGS AND DOC#69
thinkDifferent1997 merged 1 commit into
mainfrom
fix/trim_makefile_Muzak_credits

Conversation

@EstebanGondim

Copy link
Copy Markdown
Collaborator

Makefile: test-frontend and lint-frontend invoked npm scripts the frontend does not have -- its only scripts are dev and build -- so both failed with "missing script". lint-backend worked, but arrived with the initial scaffold and was never used; npm run lint inside the container still does the job. Every remaining target now runs.

frontend/eslint.config.js: imported six packages that are not installed and could not execute.

frontend/README.md: stock Vite boilerplate, most of it instructions for the ESLint setup removed above.

README.md: add music credits.

Backend linting is unchanged: the lint script, eslint.config.mjs and .prettierrc all stay.

Makefile: test-frontend and lint-frontend invoked npm scripts the
frontend does not have -- its only scripts are dev and build -- so
both failed with "missing script". lint-backend worked, but arrived
with the initial scaffold and was never used; `npm run lint` inside
the container still does the job. Every remaining target now runs.

frontend/eslint.config.js: imported six packages that are not
installed and could not execute.

frontend/README.md: stock Vite boilerplate, most of it instructions
for the ESLint setup removed above.

README.md: add music credits.

Backend linting is unchanged: the lint script, eslint.config.mjs and
.prettierrc all stay.
@thinkDifferent1997
thinkDifferent1997 merged commit 50360f9 into main Aug 11, 2026
1 check passed
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.

2 participants