You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Remove splitting option and improve react version retrieval
In 'react.ts', refactored the react version retrieval to parse the version and store in a global variable. This guarantees more accuracy and easier debugging. A global variable 'anolilabEslintConfigReactVersion' was added in 'global.d.ts' to hold the parsed react version. These changes enhance code efficiency.
Signed-off-by: prisis <[email protected]>
`\n@anolilab/eslint-config found the version ${reactVersion} of react in your dependencies, this version ${reactVersion} will be used to setup the "eslint-plugin-react"\n`,
76
+
`\n@anolilab/eslint-config found the version ${global.anolilabEslintConfigReactVersion} of react in your dependencies, this version ${global.anolilabEslintConfigReactVersion} will be used to setup the "eslint-plugin-react"\n`,
0 commit comments