Skip to content

Commit 4434486

Browse files
kdaviduikclaude
andcommitted
fix: address review feedback
- Remove core-js@3.1.4 (rebase artifact from PR #946) - Fix JS config to use extends pattern instead of redundant spread Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ff3f7fb commit 4434486

4 files changed

Lines changed: 2 additions & 13 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ export default tseslint.config(
2121

2222
{
2323
files: ['src/**/*.js'],
24-
...eslint.configs.recommended,
24+
extends: [eslint.configs.recommended],
2525
languageOptions: {
2626
globals: {
2727
...globals.browser,
2828
},
2929
},
3030
rules: {
31-
...eslint.configs.recommended.rules,
3231
'no-unused-vars': ['error', { caughtErrorsIgnorePattern: '^_' }],
3332
},
3433
},

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"aws-sdk": "2.6.8",
6969
"babelify": "10.0.0",
7070
"chai": "4.2.0",
71-
"core-js": "3.1.4",
7271
"eslint": "^9.39.4",
7372
"fetch-pretender": "1.5.0",
7473
"global-npm": "0.3.0",

pnpm-lock.yaml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/styles/host/host.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)