@@ -13,6 +13,6 @@ const tags = [
const attrs = ['src', 'width', 'height', 'alt', 'title', 'href', 'class', 'style'];
module.exports = {
- tags,
- attrs,
+ 'tags': tags,
+ 'attrs': attrs,
};