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

Commit

Permalink
Add 'no-shadowed-elements' rule and bump up the package version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Jakubcewicz authored Sep 12, 2019
1 parent 1454bd4 commit 94af1c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/.template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
'inline-link-to': true,
'inline-styles': true,
'invalid-interactive': true,
'no-shadowed-elements': true,
'link-rel-noopener': false,
'nested-interactive': true,
'self-closing-void-elements': true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hbslint-airhelp",
"version": "1.0.6",
"version": "1.0.7",
"description": "AirHelp Handlebars Lint shareable cli and config",
"bin": {
"hbslint": "./bin/hbslint.js"
Expand Down

0 comments on commit 94af1c6

Please sign in to comment.