projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
920a909
)
remove eslint override for no-void
author
Dan Allen
<dan@opendevise.com>
Fri, 8 May 2020 10:07:04 +0000
(
04:07
-0600)
committer
Dan Allen
<dan@opendevise.com>
Fri, 8 May 2020 10:07:04 +0000
(
04:07
-0600)
.eslintrc
patch
|
blob
|
history
diff --git
a/.eslintrc
b/.eslintrc
index
646b883
..
fc50489
100644
(file)
--- a/
.eslintrc
+++ b/
.eslintrc
@@
-9,7
+9,6
@@
"exports": "always-multiline"
}],
"max-len": [1, 120, 2],
- "no-void": "off",
"spaced-comment": "off"
}
}