Skip to content

Commit

Permalink
reduced unused dependencies, rebuild package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Feb 7, 2022
1 parent da49065 commit 90bbc22
Show file tree
Hide file tree
Showing 3 changed files with 2,741 additions and 3,375 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ module.exports = {
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@totalpave/recommendedTS",
"plugin:@totalpave/recommendedReactTS"
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand All @@ -15,8 +13,7 @@ module.exports = {
},
"plugins": [
"react",
"@typescript-eslint",
"@totalpave"
"@typescript-eslint"
],
"settings": {
"react": {
Expand Down
Loading

0 comments on commit 90bbc22

Please sign in to comment.