Browse Source

fix eslint semi

Robert McGuinness 6 years ago
parent
commit
17d272d4b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -94,7 +94,7 @@ module.exports = {
 
       // Check to see if the lang is ignored
       if (userIgnored.indexOf(lang) > -1) {
-        return block.body
+        return block.body;
       }
 
       // Try and find the language definition in components folder