Skip to content

Commit 77afe6e

Browse files
committed
fixup! c7962f0
1 parent c9ad2a8 commit 77afe6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test-utils/eslint-stylistic.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ const eslintStylisticVersion = existsSync(eslintStylisticPackagePath)
1313
? JSON.parse(readFileSync(eslintStylisticPackagePath, 'utf8')).version
1414
: undefined
1515

16+
// eslint-disable-next-line no-console
17+
console.log('ESLint Stylistic version:', eslintStylisticVersion)
18+
1619
module.exports = { eslintStylisticVersion }

0 commit comments

Comments
 (0)