Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
  • Loading branch information
ezolenko and agilgur5 committed Sep 26, 2023
1 parent 2a7e5b3 commit 80fc556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Expand Up @@ -6,6 +6,6 @@ module.exports = {
root: true,
ignorePatterns: ['dist/**', 'node_modules/**', 'build-self/**', '*.js', "__tests__/integration/fixtures/errors/**"],
rules: {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-explicit-any": "off", // these are explicit, so they are intentional
}
};
};
2 changes: 0 additions & 2 deletions rollup.config.base.js
@@ -1,5 +1,3 @@


import resolve from "@rollup/plugin-node-resolve";
import commonjs from "@rollup/plugin-commonjs";
import replace from "rollup-plugin-re";
Expand Down

0 comments on commit 80fc556

Please sign in to comment.