Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
Upgrading dependencies is a regular occurrence to keep all the code that this plugin depends on up-to-date and secure.
  • Loading branch information
milo526 committed Dec 13, 2021
1 parent 41c7303 commit 05a25ce
Show file tree
Hide file tree
Showing 7 changed files with 2,285 additions and 2,203 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended", // uses the recommended rules from the @typescript-eslint/eslint-plugin
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"parserOptions": {
"ecmaVersion": 2018,
Expand Down
Loading

0 comments on commit 05a25ce

Please sign in to comment.