Skip to content

Commit

Permalink
#470: Remove "no-explicit-any" comment, because we have already disab…
Browse files Browse the repository at this point in the history
…led this rule in the eslint config on global level.
  • Loading branch information
benitsch committed Jun 28, 2024
1 parent 84b1bd5 commit f5d4b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare const __BUILD_BRANCH__: string;
declare const __BUILD_REVISION__: string;
declare module '*.vue' {
import { DefineComponent } from 'vue';
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>;
export default component;
}

0 comments on commit f5d4b68

Please sign in to comment.