Skip to content

Commit

Permalink
add better optional chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
jendave committed Nov 25, 2024
1 parent 8af5b77 commit a796741
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 59 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ extends:
parserOptions:
ecmaVersion: latest
sourceType: module
rules: {}
rules: {
// Override rules here
'max-len': ['error', { 'code': 120 }], // Increase max line length to 120
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[Token Note Hover](https://foundryvtt.com/packages/token-note-hover)

## [2.1.10](https://github.com/jendave/token-note-hover/commits/main) (2024-11-25)

* Added better error handling of missing fields

## [2.1.9](https://github.com/jendave/token-note-hover/commits/main) (2024-11-18)

* Fixed issues with D&D 5E and Pathfinder 2e notes.
Expand Down
Loading

0 comments on commit a796741

Please sign in to comment.