Skip to content

Commit fc0af81

Browse files
authored
chore(.eslint-doc-generatorrc): add missing 'use strict' directive (#170)
1 parent f6a29ef commit fc0af81

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
const { format } = require('prettier');
24
const prettierRC = require('./.prettierrc.json');
35

0 commit comments

Comments
 (0)