diff --git a/babel.config.js b/babel.config.js index 21f020caca39..e295ec832457 100644 --- a/babel.config.js +++ b/babel.config.js @@ -10,7 +10,7 @@ module.exports = { { plugins: [ require.resolve( - './scripts/babel-plugin-jest-replace-ts-export-assignment.js', + './scripts/babel-plugin-jest-replace-ts-export-assignment.js' ), ], presets: ['@babel/preset-typescript'], diff --git a/package.json b/package.json index 1f0df8564ba8..6c0042975e2b 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,8 @@ "e2e/*/**/*", "website/*.js", "website/*/**/*", - "eslintImportResolver.js" + "eslintImportResolver.js", + "babel.config.js" ], "options": { "printWidth": 80,