Skip to content

Commit 53e9583

Browse files
committed
fix: removed linter disables
1 parent bdc529d commit 53e9583

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app-config-webpack/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export default class AppConfigPlugin implements Options {
9999
({ attributes }) => attributes.id !== 'app-config',
100100
);
101101

102-
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
103102
newTags.push({
104103
tagName: 'script',
105104
attributes: { id: 'app-config', type: 'text/javascript' },
@@ -110,7 +109,6 @@ export default class AppConfigPlugin implements Options {
110109

111110
return {
112111
...html,
113-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
114112
headTags: newTags,
115113
};
116114
},

0 commit comments

Comments
 (0)