Skip to content

Commit

Permalink
Merge pull request #17 from flipgroup/eslint-tweak-readme-update
Browse files Browse the repository at this point in the history
`eslint` tweak / `README.md` update
  • Loading branch information
magnetikonline authored Apr 18, 2023
2 parents 53d5eee + 4a52ad1 commit 95b93d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
"error",
"single"
],
"semi-spacing": [
"error"
]
"semi-spacing": "error",
"spaced-comment": "error"
},
"ignorePatterns": [
"/dist/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

# -- further job steps --

- name: Slack message
- name: Slack message failure
if: (cancelled() || failure()) && (github.ref == 'refs/heads/main')
uses: flipgroup/action-slack@main
with:
Expand Down

0 comments on commit 95b93d1

Please sign in to comment.