git.r.bdr.sh
/
rbdr
/
cologne
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Constrain matching regex to only match 255 chars
[rbdr/cologne]
/
.eslintrc
1
{
2
"parserOptions": {
3
"ecmaVersion": 2021
4
},
5
"extends": [
6
"@hapi/eslint-config-hapi"
7
],
8
"rules": {
9
"indent": [
10
2,
11
2
12
],
13
"no-undef": 2,
14
"require-yield": 0
15
},
16
"ignorePatterns": [
17
"tap-snapshots"
18
]
19
}