Skip to content

Commit 447ada2

Browse files
committed
fix: eslint errors
1 parent f315fe3 commit 447ada2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"root": true,
33
"parser": "@typescript-eslint/parser",
44
"parserOptions": {
5-
"project": ["./tsconfig.json"]
5+
"project": ["./tsconfig.json", "rollup.config.js"]
66
},
77
"plugins": ["@typescript-eslint"],
88
"extends": [

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default {
2020
},
2121
],
2222
external: [
23+
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
2324
...Object.keys(pkg.peerDependencies || {})
2425
],
2526
plugins: [

0 commit comments

Comments
 (0)