Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
enable barestring linting
Browse files Browse the repository at this point in the history
  • Loading branch information
billybonks committed Jul 7, 2016
1 parent 68c5c8d commit 552c5c1
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 @@ -7,6 +7,7 @@ module.exports = {
'block-indentation': false,
'html-comments': false,
'self-closing-void-elements':false,
'nested-interactive': false
'nested-interactive': false,
'bare-strings':true
}
};

0 comments on commit 552c5c1

Please sign in to comment.