projects
/
dotfiles
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
.gitignore added
[dotfiles/.git]
/
.config
/
coc
/
extensions
/
node_modules
/
coc-prettier
/
node_modules
/
is-number-object
/
.eslintrc
1
{
2
"root": true,
3
4
"extends": "@ljharb",
5
6
"rules": {
7
"func-name-matching": 0,
8
},
9
}