Skip to content

Commit

Permalink
chore: upgrade eslint-config-airbnb to v19.0.4 (#1233)
Browse files Browse the repository at this point in the history
* chore: upgrade eslint-config-airbnb to v19.0.4

* chore: upgrade eslint-config-airbnb to v19.0.4

---------

Co-authored-by: csg01123119 <csg01123119@alibaba-inc.com>
  • Loading branch information
shungang and csg01123119 authored Jul 26, 2023
1 parent ab2f4a3 commit 9a74414
Show file tree
Hide file tree
Showing 6 changed files with 18,148 additions and 25,855 deletions.
7 changes: 0 additions & 7 deletions .autod.conf.js

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Regularly clean test buckets at 4:00 every day
# Regularly clean test buckets at GMT 20:00 every day
name: 'Schdule Delete'

on:
schedule:
- cron: '0 4 1/1 * *'
- cron: '0 20 1/1 * *'

jobs:
cleanAllBucket:
Expand Down
2 changes: 2 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-require-imports */
/* eslint-disable global-require */
process.env.CHROME_BIN = require('puppeteer').executablePath();

const isCiEnv = process.env.ONCI;
Expand Down
Loading

0 comments on commit 9a74414

Please sign in to comment.