Skip to content

Commit

Permalink
[collector] Fixed eslint FP on js files
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Sep 12, 2024
1 parent c4ea58d commit 173e7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/collector/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export default tseslint.config(
files: ["**/*.js"],
rules: {
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
},
},
);
Expand Down

0 comments on commit 173e7a2

Please sign in to comment.