Skip to content

Commit

Permalink
Merge pull request #298 from csandman/chore/switch-to-tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman authored Jun 29, 2024
2 parents 1feca06 + 05e9e18 commit 39c8f80
Show file tree
Hide file tree
Showing 8 changed files with 1,839 additions and 2,789 deletions.
15 changes: 12 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@
},
"project": "tsconfig.eslint.json"
},
"plugins": ["deprecation", "@typescript-eslint"],
"plugins": [
"deprecation",
"@typescript-eslint"
],
"rules": {
"deprecation/deprecation": "warn",
"no-console": "error",
"curly": ["error", "all"],
"curly": [
"error",
"all"
],
"no-underscore-dangle": "off",
"import/prefer-default-export": "off",
"react/prop-types": "off",
Expand All @@ -37,7 +43,10 @@
"react/jsx-filename-extension": [
"error",
{
"extensions": [".js", ".tsx"]
"extensions": [
".js",
".tsx"
]
}
],
"react/function-component-definition": [
Expand Down
21 changes: 0 additions & 21 deletions babel.config.js

This file was deleted.

Loading

0 comments on commit 39c8f80

Please sign in to comment.