Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Oct 22, 2024
1 parent 9c38bca commit fc33fb0
Show file tree
Hide file tree
Showing 11 changed files with 899 additions and 900 deletions.
8 changes: 4 additions & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
engines:
eslint:
enabled: true
channel: "eslint-8"
channel: 'eslint-8'
config:
config: ".eslintrc.yaml"
config: '.eslintrc.yaml'

ratings:
paths:
- "**.js"
- '**.js'

exclude_patterns:
- "html/jquery.tipsy.js"
- 'html/jquery.tipsy.js'

checks:
return-statements:
Expand Down
4 changes: 2 additions & 2 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
browser: true
es2022: true

extends: "@haraka"
extends: '@haraka'

rules:
no-unused-vars: ["error", { args: none }]
no-unused-vars: ['error', { args: none }]
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: "18 7 * * 4"
- cron: '18 7 * * 4'

jobs:
codeql:
Expand Down
2 changes: 2 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
singleQuote: true
semi: false
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Enjoy the blinky lights.

## Tips

- Hover your mouse pointer or tap (with touch devices) on table data to see more
details.
- Hover your mouse pointer or tap (with touch devices) on table data to see more details.
- Copy that connection UUID at left and use it to grep your logs for even more.
- Edit the files in watch/html and play with the appearance. If you make it
better, post a screen shot somewhere and create an Issue or PR.
Expand Down
Loading

0 comments on commit fc33fb0

Please sign in to comment.