Skip to content

Commit 8a42bd5

Browse files
jacobo-dominguez-wguarbrandes
authored andcommitted
chore: unsilencing mixed-decls
1 parent 0c48661 commit 8a42bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/webpack/common-config/all/getStylesheetRule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function getStyleUseConfig(mode: 'dev' | 'production') {
8383
],
8484
// Silences compiler deprecation warnings. They mostly come from bootstrap and/or paragon.
8585
quietDeps: true,
86-
silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'],
86+
silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'global-builtin', 'legacy-js-api'],
8787
},
8888
},
8989
},

0 commit comments

Comments
 (0)