Skip to content

Commit

Permalink
Merge pull request #272 from jsenv/code_quality
Browse files Browse the repository at this point in the history
Code quality
  • Loading branch information
dmail authored Jan 31, 2022
2 parents b691e05 + fcd1d81 commit bffcff8
Show file tree
Hide file tree
Showing 529 changed files with 7,037 additions and 7,098 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,14 @@ const eslintConfig = composeEslintConfig(
{
files: [
"**/**/*.html",
"**/browser_client/**/*.js",
"**/browser_utils/**/*.js",
"**/browser_detection/**/*.js",
"**/browser_runtime/**/*.js",
"**/browser_feature_detection/**/*.js",
"**/exploring/**/*.js",
"**/redirector/**/*.js",
"**/toolbar/**/*.js",
"**/browser_utils/**/*.js",
"**/browser_detection/**/*.js",
],
env: {
browser: true,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance_impact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Install playwright
run: npm run playwright-install
- name: Report performance impact
run: node --expose-gc ./.github/workflows/pr_impact/report_performance_impact.js
run: node --expose-gc ./.github/workflows/pr_impact/report_performance_impact.mjs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ await reportPerformanceImpact({
logLevel: "debug",
installCommand: "npm install",
performanceReportPath:
"./script/performance/generate_performance_report.js#performanceReport",
"./script/performance/generate_performance_report.mjs#performanceReport",
})
4 changes: 4 additions & 0 deletions dist/browser_client/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"browser_client.js": "browser_client_fb33eaa4.js",
"browser_client.js.map": "browser_client_fb33eaa4.js.map"
}
Loading

0 comments on commit bffcff8

Please sign in to comment.