Skip to content

Commit 83e7664

Browse files
authored
chore(.eslint-doc-generatorrc): add missing 'use strict' directive
1 parent 5da83c4 commit 83e7664

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslint-doc-generatorrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict'
2+
13
/** @type {import('eslint-doc-generator').GenerateOptions} */
24
module.exports = {
35
configEmoji: [

0 commit comments

Comments
 (0)