Skip to content

Commit

Permalink
(feature) #14 - manage zIndex on OverlayView
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgia Bosellom committed Jan 23, 2023
1 parent 452dbd5 commit 846fd07
Show file tree
Hide file tree
Showing 24 changed files with 536 additions and 365 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
"extends": [
"eslint:recommended",
"plugin:prettier/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:import/recommended",
"prettier"
],
"plugins": ["react", "react-hooks", "prettier", "typescript"],
"plugins": ["react-hooks", "prettier", "typescript", "jsx"],
"rules": {
"import/no-unresolved": 0,
"import/first": "error",
Expand All @@ -17,7 +16,8 @@
"react/react-in-jsx-scope": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"react/prop-types": "warn"
"react/prop-types": "warn",
"react/no-unknown-property": "warn"
},
"env": {
"es6": true,
Expand Down
5 changes: 4 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 846fd07

Please sign in to comment.