git.r.bdr.sh
/
rbdr
/
cologne
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Add proper spacing to test array
[rbdr/cologne]
/
.eslintrc
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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
}