Skip to content

Commit 8cb9d3e

Browse files
authored
chore: Synced file(s) with googlemaps/.github (#400)
* chore: Synced local '.eslintrc.json' with remote 'sync-files/js/.eslintrc.json' * chore: Synced local '.github/' with remote 'sync-files/js/.github/'
1 parent 8eabe66 commit 8cb9d3e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"files": ["*.ts", "*.tsx"],
2626
"rules": {
2727
"@typescript-eslint/explicit-member-accessibility": [
28-
"error", {
28+
1, {
2929
"accessibility": "explicit",
3030
"overrides": {
3131
"accessors": "explicit",

.github/workflows/bundlewatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
jobs:
2525
bundlewatch:
2626
runs-on: ubuntu-latest
27+
env:
28+
CI_BRANCH_BASE: main
2729
steps:
2830
- uses: actions/checkout@v2
2931
- uses: jackyef/bundlewatch-gh-action@b9753bc9b3ea458ff21069eaf6206e01e046f0b5

0 commit comments

Comments
 (0)