projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb9b83
)
allow use of void keyword
author
Dan Allen
<dan@opendevise.com>
Sat, 11 Apr 2020 09:42:51 +0000
(
03:42
-0600)
committer
Dan Allen
<dan@opendevise.com>
Sat, 11 Apr 2020 09:42:51 +0000
(
03:42
-0600)
.eslintrc
patch
|
blob
|
history
diff --git
a/.eslintrc
b/.eslintrc
index
fc50489
..
646b883
100644
(file)
--- a/
.eslintrc
+++ b/
.eslintrc
@@
-9,6
+9,7
@@
"exports": "always-multiline"
}],
"max-len": [1, 120, 2],
+ "no-void": "off",
"spaced-comment": "off"
}
}