We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fcecd commit cbf48ddCopy full SHA for cbf48dd
1 file changed
lib/rules/template-heading-level.js
@@ -1,3 +1,5 @@
1
+'use strict';
2
+
3
// Logic adapted from html-validate (MIT), Copyright 2017 David Sveningsson.
4
//
5
// Scope caveat: this rule sees ONE template file at a time. Ember apps
0 commit comments