Skip to content

Instantly share code, notes, and snippets.

View ST-DDT's full-sized avatar
😃
Issues are challenges, not problems

ST-DDT

😃
Issues are challenges, not problems
View GitHub Profile
@ST-DDT
ST-DDT / 1-bash.sh
Last active July 21, 2025 21:10
eslint-strict-RuleTester
export TEST=custom-event-name-casing
npm run test:watch
npm run test:single && \
git switch -c test/strict/$TEST && \
git add tests/lib/rules/$TEST.js && \
git commit -m "test($TEST): make tests more strict" && \
git push ST-DDT && \
gh pr create --title "test($TEST): make tests more strict" --body "Continuation of #2793
- #2793