Skip to content

Commit

Permalink
Allow the use of helper {{cdn}}
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Dec 11, 2023
1 parent 4c873c3 commit 38dc8a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
'require-presentational-children': 'warn',
'no-autofocus-attribute': 'warn',
'require-valid-alt-text': 'warn',
'simple-unless': 'warn'
'simple-unless': 'warn',
'no-implicit-this': { allow: ['cdn'] }
}
};

0 comments on commit 38dc8a4

Please sign in to comment.