From af8802dede5d570dda4d36def56fb235d91ff9f6 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Fri, 28 Jul 2023 22:01:44 +1000 Subject: [PATCH] Fixed lint. --- docroot/themes/contrib/civictheme/.storybook/main.js | 2 +- .../contrib/civictheme/civictheme_library/.storybook/main.js | 2 +- .../civictheme/civictheme_starter_kit/.storybook/main.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docroot/themes/contrib/civictheme/.storybook/main.js b/docroot/themes/contrib/civictheme/.storybook/main.js index 90a3aa21d9..706110e441 100644 --- a/docroot/themes/contrib/civictheme/.storybook/main.js +++ b/docroot/themes/contrib/civictheme/.storybook/main.js @@ -5,9 +5,9 @@ // Using Production version of the asset building Webpack configuration to // unify the building pipeline. +const path = require('path'); const { merge } = require('webpack-merge'); const webpack = require('webpack'); -const path = require('path'); const custom = require('../webpack/webpack.prod'); const scssVariables = require('./importer.scss_variables'); const iconUtils = require('../components/00-base/icon/icon.utils'); diff --git a/docroot/themes/contrib/civictheme/civictheme_library/.storybook/main.js b/docroot/themes/contrib/civictheme/civictheme_library/.storybook/main.js index 9b43122aa8..bfab4cbdfe 100644 --- a/docroot/themes/contrib/civictheme/civictheme_library/.storybook/main.js +++ b/docroot/themes/contrib/civictheme/civictheme_library/.storybook/main.js @@ -5,9 +5,9 @@ // Using Production version of the asset building Webpack configuration to // unify the building pipeline. +const path = require('path'); const { merge } = require('webpack-merge'); const webpack = require('webpack'); -const path = require('path'); const custom = require('../webpack/webpack.prod'); const scssVariables = require('./importer.scss_variables'); const iconUtils = require('../components/00-base/icon/icon.utils'); diff --git a/docroot/themes/contrib/civictheme/civictheme_starter_kit/.storybook/main.js b/docroot/themes/contrib/civictheme/civictheme_starter_kit/.storybook/main.js index 92d7b4e4cd..58ce8ddd94 100644 --- a/docroot/themes/contrib/civictheme/civictheme_starter_kit/.storybook/main.js +++ b/docroot/themes/contrib/civictheme/civictheme_starter_kit/.storybook/main.js @@ -5,9 +5,9 @@ // Using Production version of the asset building Webpack configuration to // unify the building pipeline. +const path = require('path'); const { merge } = require('webpack-merge'); const webpack = require('webpack'); -const path = require('path'); const custom = require('../webpack/webpack.prod'); const scssVariables = require('./importer.scss_variables'); const iconUtils = require('../components_combined/00-base/icon/icon.utils');