Highlights
- Arctic Code Vault Contributor
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 upPinned
3,702 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 15 commits in 3 repositories
Created a pull request in go-gitea/gitea that received 8 comments
Convert JS to use double quotes
We already use double quotes in Go, Templates and CSS, so I think it makes sense to use them in JS too. Files were converted automatically by eslint.
Opened 10 other pull requests in 2 repositories
go-gitea/gitea
2
open
7
merged
alecthomas/chroma
1
merged
Reviewed 6 pull requests in 1 repository
go-gitea/gitea 6 pull requests
Created an issue in eslint/eslint that received 3 comments
Consider changing default location of `.eslintcache` to `node_modules/.cache`
The version of ESLint you are using.
v7.14.0
The problem you want to solve.
The default location of .eslintcache in the project root is problematic…