Skip to content

Commit

Permalink
feat: Update dependencies to work with TypeScript v4 (#67)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update dependencies
  • Loading branch information
toshi-toma authored Nov 14, 2020
2 parents d8d1fa2 + a749975 commit 116e92b
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 260 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ node_modules
*.log

# mac
.DS_STORE
.DS_STORE

# idea
.idea
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module.exports = {
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/explicit-member-accessibility": "off",
"@typescript-eslint/no-object-literal-type-assertion": "off",
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": ["error"],
// React
"react/jsx-filename-extension": ["error", { extensions: [".tsx"] }],
"react/prop-types": ["off", {}],
Expand Down
Loading

0 comments on commit 116e92b

Please sign in to comment.