Merge pull request #74 from utopia-os/eslint-fix-react-version

fix(workflow): add specific react version in eslint settings
This commit is contained in:
antontranelis 2025-01-28 11:56:59 +00:00 committed by GitHub
commit 1d35a92469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ module.exports = {
},
},
react: {
version: 'detect',
version: '18.2.0',
},
},
rules: {