Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,049 contributions in the last year
Activity overview
Contributed to
mysticatea/eslint-evaluating-issues,
eslint/eslint,
mysticatea/eslint-plugin-node
and 5 other
repositories
Contribution activity
July 2020
- mysticatea/fastify-accepts-serializer JavaScript
Created a pull request in fastify/fastify-accepts-serializer that received 1 comment
Fix wrong dependency version for 2.x (fixes #19)
Fixes #19.
Checklist
run npm run test and npm run benchmark (npm run benchmark doesn't exist)
tests and/or benchmarks are included
documentatio…
+1
−1
•
1
comment
Created an issue in eslint/eslint that received 2 comments
Rule Proposal: no-optional-eval-call
Please describe what the rule should do:
Disallow eval?.(arg) and suggest eval(arg) or (0,eval)(arg) to clarify.
There are some reasons:
Each impl…
2
comments