diff --git a/lage.config.js b/lage.config.js index a2474bb61c3cf..ce4035b7d54f9 100644 --- a/lage.config.js +++ b/lage.config.js @@ -5,7 +5,8 @@ module.exports = { 'build:info': [], bundle: ['build'], 'bundle-size': ['build'], - lint: [], + // adding temporary back until import plugin rule is resolved https://github.com/microsoft/fluentui/issues/27727 + lint: ['build'], clean: [], test: ['build'], 'type-check': ['build'],