Skip to content

Commit

Permalink
Refresh lockfile (#2090)
Browse files Browse the repository at this point in the history
* refresh lock

* fix lint
  • Loading branch information
bmish committed Feb 13, 2024
1 parent fa663b1 commit 8c5d4e4
Show file tree
Hide file tree
Showing 2 changed files with 521 additions and 547 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ module.exports = [
'no-unused-vars': 'off',
'no-useless-constructor': 'off',
'prettier/prettier': ['error', { trailingComma: 'none' }],
'unicorn/consistent-function-scoping': 'off',
'unicorn/filename-case': 'off',
},
},
Expand Down
Loading

0 comments on commit 8c5d4e4

Please sign in to comment.