Skip to content

Commit

Permalink
🚨 Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed May 27, 2020
1 parent a22caa2 commit 7cc508a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: yarn
# end duplicate
- name: Lint packages
run: yarn lint --since ${{ github.base_ref }}
run: yarn lint
build:
name: Build
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ module.exports = {
]
}
}
}
};
4 changes: 2 additions & 2 deletions scripts/babel-register.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const path = require('path')
const path = require('path');

require('@babel/register')({
// allow monorepos to share a single babel config
Expand All @@ -12,4 +12,4 @@ require('@babel/register')({
.join(path.sep === '/' ? '/' : '\\\\')
)
]
})
});
2 changes: 1 addition & 1 deletion scripts/install-browser.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require('@percy/core/dist/utils/install-browser').default()
require('@percy/core/dist/utils/install-browser').default();

0 comments on commit 7cc508a

Please sign in to comment.