We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f315fe3 commit 447ada2Copy full SHA for 447ada2
.eslintrc
@@ -2,7 +2,7 @@
2
"root": true,
3
"parser": "@typescript-eslint/parser",
4
"parserOptions": {
5
- "project": ["./tsconfig.json"]
+ "project": ["./tsconfig.json", "rollup.config.js"]
6
},
7
"plugins": ["@typescript-eslint"],
8
"extends": [
rollup.config.js
@@ -20,6 +20,7 @@ export default {
20
21
],
22
external: [
23
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access
24
...Object.keys(pkg.peerDependencies || {})
25
26
plugins: [
0 commit comments