Skip to content

Commit 8c5d4e4

Browse files
authored
Refresh lockfile (#2090)
* refresh lock * fix lint
1 parent fa663b1 commit 8c5d4e4

File tree

2 files changed

+521
-547
lines changed

2 files changed

+521
-547
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ module.exports = [
228228
'no-unused-vars': 'off',
229229
'no-useless-constructor': 'off',
230230
'prettier/prettier': ['error', { trailingComma: 'none' }],
231+
'unicorn/consistent-function-scoping': 'off',
231232
'unicorn/filename-case': 'off',
232233
},
233234
},

0 commit comments

Comments
 (0)