Skip to content

Commit

Permalink
fix: upgrade deps (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis authored May 4, 2021
1 parent a6f5907 commit f8ab5b4
Show file tree
Hide file tree
Showing 19 changed files with 31,539 additions and 7,562 deletions.
18 changes: 3 additions & 15 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
{
"extends": [
"airbnb-base",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint",
"plugin:jest/recommended"
],
"extends": ["plugin:@typescript-eslint/recommended", "plugin:prettier/recommended", "plugin:jest/recommended"],
"env": {
"jest": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["prettier", "@typescript-eslint"],
"rules": {
"no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_"
}
],
"no-unused-vars": "off",
"func-names": ["error", "as-needed"],
"prettier/prettier": "error",
"import/no-unresolved": "off",
Expand All @@ -27,7 +16,6 @@
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-explicit-any": "off",
"no-unused-expressions": "off",
"no-else-return": "off",
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["**/*.test.ts", "**/*.test.tsx"]}]
"no-else-return": "off"
}
}
Loading

0 comments on commit f8ab5b4

Please sign in to comment.