Skip to content

Commit 68c03f4

Browse files
committed
fix: add 'use strict' to rule file
1 parent 34cb30b commit 68c03f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/rules/template-anchor-has-content.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const { isNativeElement } = require('../utils/is-native-element');
24
const { getStaticAttrValue } = require('../utils/static-attr-value');
35

0 commit comments

Comments
 (0)