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 bdc529d commit 53e9583Copy full SHA for 53e9583
app-config-webpack/src/index.ts
@@ -99,7 +99,6 @@ export default class AppConfigPlugin implements Options {
99
({ attributes }) => attributes.id !== 'app-config',
100
);
101
102
- // eslint-disable-next-line @typescript-eslint/no-unsafe-call
103
newTags.push({
104
tagName: 'script',
105
attributes: { id: 'app-config', type: 'text/javascript' },
@@ -110,7 +109,6 @@ export default class AppConfigPlugin implements Options {
110
109
111
return {
112
...html,
113
- // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
114
headTags: newTags,
115
};
116
},
0 commit comments