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 25, 2025 19:34
eslint-strict-RuleTester
epv-test() {
export TEST=$1
trap 'echo "test"' 2
npm run test:watch
trap 2
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 && \