Skip to content

Commit

Permalink
Run Prettier on files
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed May 13, 2023
1 parent 12c21cf commit 43645d9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
24 changes: 12 additions & 12 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
extends:
- "@sinonjs/eslint-config"
- "@sinonjs/eslint-config"

overrides:
- files: "**/*-test.js"
plugins:
- mocha
env:
mocha: true
rules:
max-nested-callbacks: off
mocha/no-exclusive-tests: error
no-empty-function: off
# This is because we need to do `return this.skip()` when feature detecting in tests
consistent-return: off
- files: "**/*-test.js"
plugins:
- mocha
env:
mocha: true
rules:
max-nested-callbacks: off
mocha/no-exclusive-tests: error
no-empty-function: off
# This is because we need to do `return this.skip()` when feature detecting in tests
consistent-return: off
10 changes: 5 additions & 5 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ daysUntilStale: 60
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "**"

permissions:
contents: read
contents: read

jobs:
prettier:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
coverage/
types
CHANGELOG.md
package-lock.json

0 comments on commit 43645d9

Please sign in to comment.