diff --git a/babel.config.js b/babel.config.js
index 8cb5e62e1..5e958941f 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,4 +1,4 @@
-module.exports = api => {
+module.exports = (api) => {
api.cache(true);
return {
presets: ["@babel/preset-react"],
diff --git a/packages/alert/src/Alert.story.js b/packages/alert/src/Alert.story.js
index 7a74d6f17..7d1016a5f 100644
--- a/packages/alert/src/Alert.story.js
+++ b/packages/alert/src/Alert.story.js
@@ -10,10 +10,10 @@ const StyledAlert = styled(Alert)`
transform: rotate(5deg);
`;
-const ExtendedAlert = props =>