Skip to content

Commit 4cd7ea1

Browse files
authored
chore: add missing 'use strict' directive (#593)
1 parent b19e133 commit 4cd7ea1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslint-doc-generatorrc.js

+2
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)