From c501ccb04a6ff46f6f5b1d9c8ee1b88ca004919f Mon Sep 17 00:00:00 2001 From: Aditya Kumar Date: Fri, 15 Mar 2024 12:50:47 +0530 Subject: [PATCH] Add ESLint Rule to Gcalendar Plugin Signed-off-by: Aditya Kumar --- plugins/gcalendar/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gcalendar/.eslintrc.js b/plugins/gcalendar/.eslintrc.js index 91d571d5ed..8a594f42ab 100644 --- a/plugins/gcalendar/.eslintrc.js +++ b/plugins/gcalendar/.eslintrc.js @@ -2,4 +2,4 @@ module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, { rules: { '@backstage/no-top-level-material-ui-4-imports': 'error', }, -}); \ No newline at end of file +});