Skip to content

Commit

Permalink
Test against react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Mar 31, 2022
1 parent 10d9357 commit a7249e0
Show file tree
Hide file tree
Showing 3 changed files with 1,490 additions and 2,727 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
extends: ["eslint:recommended", "plugin:react/recommended", "prettier"],
parserOptions: {
sourceType: "module",
ecmaVersion: "2021",
ecmaVersion: "latest",
ecmaFeatures: {
jsx: true,
},
Expand Down
Loading

0 comments on commit a7249e0

Please sign in to comment.