Skip to content

Commit f0d8fbe

Browse files
committed
fix: add 'use strict' to rule file
1 parent 912760d commit f0d8fbe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/rules/template-require-input-type.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
// See html-validate (https://html-validate.org) for the peer rule concept.
24

35
const { isNativeElement } = require('../utils/is-native-element');

0 commit comments

Comments
 (0)