Skip to content

Commit

Permalink
Merge #1436: Update npm packages and compatible node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Feb 22, 2022
2 parents 70254d8 + 5154823 commit 5f36a94
Show file tree
Hide file tree
Showing 6 changed files with 4,467 additions and 9,044 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
extends: "airbnb"
plugins: ["react-hooks"]
parser: "babel-eslint"
parser: "@babel/eslint-parser"
globals:
page: true
browser: true
Expand Down Expand Up @@ -45,6 +45,8 @@ rules:
react/prop-types: off # possibly reinstate
react/sort-comp: off # possibly reinstate
jsx-a11y/no-static-element-interactions: off
jsx-a11y/anchor-has-content: off
jsx-a11y/heading-has-content: off
import/prefer-default-export: off
no-multi-spaces: ["error", { ignoreEOLComments: true }]
no-labels: off
Expand Down
Loading

0 comments on commit 5f36a94

Please sign in to comment.