We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ad2a8 commit 77afe6eCopy full SHA for 77afe6e
tests/test-utils/eslint-stylistic.js
@@ -13,4 +13,7 @@ const eslintStylisticVersion = existsSync(eslintStylisticPackagePath)
13
? JSON.parse(readFileSync(eslintStylisticPackagePath, 'utf8')).version
14
: undefined
15
16
+// eslint-disable-next-line no-console
17
+console.log('ESLint Stylistic version:', eslintStylisticVersion)
18
+
19
module.exports = { eslintStylisticVersion }
0 commit comments