Skip to content

Commit

Permalink
refactor; more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GladeDiviney committed Dec 7, 2021
1 parent 13d1050 commit b868406
Show file tree
Hide file tree
Showing 24 changed files with 2,584 additions and 300 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/naming-convention": "warn",
"@typescript-eslint/semi": "warn",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.4.11

* Update package versions, add internal test cases.

## 1.4.10

* Ctrl+Space replacement of links improved.
Expand Down
Loading

0 comments on commit b868406

Please sign in to comment.