Skip to content

Commit cbf48dd

Browse files
committed
fix: add 'use strict' to rule file
1 parent c0fcecd commit cbf48dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/rules/template-heading-level.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
// Logic adapted from html-validate (MIT), Copyright 2017 David Sveningsson.
24
//
35
// Scope caveat: this rule sees ONE template file at a time. Ember apps

0 commit comments

Comments
 (0)