Skip to content

Commit

Permalink
fix linting errors after upgrading @cabify/eslint-config to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús García committed Jul 10, 2024
1 parent 8baef80 commit 70e24a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ node_modules
dist
es2015
*.d.ts
jest.config.js
babel.config.js
.eslintrc.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react-dom": ">=16.8.0 < 19.0.0"
},
"volta": {
"node": "18.14.2",
"node": "18.18.0",
"yarn": "1.22.19"
}
}
1 change: 1 addition & 0 deletions src/MetricsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {
useLifecycleEventListener,
useNavigationListener,
} from '@shopify/react-performance';
// eslint-disable-next-line @typescript-eslint/naming-convention
import EventEmitter from 'events';
import prom from 'promjs';
import {
Expand Down

0 comments on commit 70e24a4

Please sign in to comment.