Skip to content

Commit b44a341

Browse files
committed
Fix lint warnings
1 parent ff91b8f commit b44a341

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/discovery/pages/article.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ const toc = {
3737
className: 'toc-group',
3838
data: 'methods',
3939
limit: false,
40-
postRender(el, _, methods) { el.dataset.litera = methods[0].name[0]; },
40+
postRender(el, _, methods) {
41+
el.dataset.litera = methods[0].name[0];
42+
},
4143
item: {
4244
view: 'link',
4345
data: '{ href: "#!" + name.toLowerCase(), text: name, match: #.filter }',

0 commit comments

Comments
 (0)