Skip to content

Commit

Permalink
Update dependencies, remove unused dependencies, add prettier plugin …
Browse files Browse the repository at this point in the history
…to eslint (#19)
  • Loading branch information
carlzogh authored Apr 1, 2021
1 parent e5d6234 commit 5c92d9b
Show file tree
Hide file tree
Showing 3 changed files with 5,497 additions and 1,273 deletions.
5 changes: 2 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
"parserOptions": {
"project": ["src/tsconfig.json", "test/unit/tsconfig.json"]
},
"plugins": ["@typescript-eslint"],
"plugins": ["@typescript-eslint", "prettier"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"env": {
"node": true,
Expand Down
Loading

0 comments on commit 5c92d9b

Please sign in to comment.