Skip to content

Commit 472282b

Browse files
Merge pull request #204 from devtron-labs/feat/react-select-version-update
feat: update react select version to 5.8.0
2 parents b2d24c1 + 3c005a4 commit 472282b

File tree

3 files changed

+88
-96
lines changed

3 files changed

+88
-96
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ module.exports = {
108108
'import/no-cycle': 'off',
109109
'import/prefer-default-export': 'off',
110110
'no-restricted-exports': 'off',
111+
'import/named': 'off'
111112
},
112113
overrides: [
113114
{

0 commit comments

Comments
 (0)