Skip to content

Commit

Permalink
correct syntax in babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 5, 2019
1 parent 7b08165 commit 2600b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Expand Up @@ -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'],
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -117,7 +117,8 @@
"e2e/*/**/*",
"website/*.js",
"website/*/**/*",
"eslintImportResolver.js"
"eslintImportResolver.js",
"babel.config.js"
],
"options": {
"printWidth": 80,
Expand Down

0 comments on commit 2600b98

Please sign in to comment.