Skip to content

Commit

Permalink
Merge pull request #156 from Exabyte-io/chore/update-packages
Browse files Browse the repository at this point in the history
chore: update GL, ESLint
  • Loading branch information
timurbazhirov authored Jan 15, 2025
2 parents f1177e9 + 32e237c commit 8350593
Show file tree
Hide file tree
Showing 3 changed files with 16,470 additions and 11,964 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["@exabyte-io/eslint-config"], "extends": ["@exabyte-io/eslint-config"],
"extends": ["@exabyte-io/eslint-config"],
"settings": {
"import/resolver": {
"node": {
Expand All @@ -9,5 +9,9 @@
},
"globals": {
"jest": "readonly"
},
"rules": {
// To avoid "Missing return type on function"
"@typescript-eslint/explicit-module-boundary-types": "off"
}
}
Loading

0 comments on commit 8350593

Please sign in to comment.