Skip to content

Commit 979049f

Browse files
committed
feat: update react select version to 5.8.0
1 parent b2d24c1 commit 979049f

File tree

3 files changed

+85
-93
lines changed

3 files changed

+85
-93
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)