Skip to content

Commit

Permalink
Rebasing.. initial commit and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed May 24, 2022
1 parent 8881c6c commit e3cb43b
Show file tree
Hide file tree
Showing 19 changed files with 24,584 additions and 168 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": ["ts-react-important-stuff", "plugin:prettier/recommended"],
"extends": [
"ts-react-important-stuff",
"plugin:prettier/recommended"
],
"parser": "@babel/eslint-parser"
}
11 changes: 4 additions & 7 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"presets": [
"@babel/preset-env",
[
"@babel/preset-react",
"@babel/preset-react",
{
"runtime": "automatic"
}
Expand All @@ -23,12 +23,9 @@
"env": {
"test": {
"presets": [
[
"@babel/preset-env",
{
"targets": "current node"
}
]
["@babel/preset-env", {
"targets": "current node"
}]
]
}
}
Expand Down
8 changes: 0 additions & 8 deletions local-dev-env/hosted-importmap.json

This file was deleted.

8 changes: 0 additions & 8 deletions local-dev-env/importmap.json

This file was deleted.

Loading

0 comments on commit e3cb43b

Please sign in to comment.