Skip to content

Commit 7253669

Browse files
committed
Update linting fixes
1 parent 5f3687c commit 7253669

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

eleventy.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ module.exports = function (eleventyConfig) {
6565
return collection.getFilteredByGlob('app/posts/manage-breast-screening/**/*.md')
6666
})
6767

68-
eleventyConfig.addCollection("manage-your-screening", (collection) => {
69-
return collection.getFilteredByGlob("app/posts/manage-your-screening/**/*.md")
70-
});
71-
7268
eleventyConfig.addCollection("bowel-screening", (collection) => {
7369
return collection.getFilteredByGlob("app/posts/bowel-screening/**/*.md")
74-
});
70+
})
71+
72+
eleventyConfig.addCollection("manage-your-screening", (collection) => {
73+
return collection.getFilteredByGlob("app/posts/manage-your-screening/**/*.md")
74+
})
7575

7676
// Vaccination collections
7777
eleventyConfig.addCollection('book-a-vaccination', collection => {

0 commit comments

Comments
 (0)