Skip to content

Commit

Permalink
Merge pull request #182 from defmethodinc/chore/update-libs
Browse files Browse the repository at this point in the history
Chore/update libs
  • Loading branch information
jduffy3 authored Feb 23, 2023
2 parents 78bdfbb + 4e8b035 commit 3b020d6
Show file tree
Hide file tree
Showing 17 changed files with 3,795 additions and 11,711 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
]
],
"plugins": [
["@babel/plugin-transform-react-jsx", { "pragma":"h" }],
["@babel/plugin-transform-react-jsx", {
"runtime": "automatic"
}],
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
}
6 changes: 1 addition & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
"global": true
},
"parser": "babel-eslint",
"settings": {
"react": {
"pragma": "h"
}
},
"settings": {},
"parserOptions": {
"ecmaFeatures": {
"modules": true,
Expand Down
5 changes: 2 additions & 3 deletions just-not-sorry.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

.jns-tooltip {
max-width: 380px;
max-height: 100px;
margin-bottom: 30px;
margin-top: 50px;
border: 1px solid darkgray;
z-index: 1;
}
Loading

0 comments on commit 3b020d6

Please sign in to comment.