Skip to content

Commit 39c8f80

Browse files
authored
Merge pull request #298 from csandman/chore/switch-to-tsup
2 parents 1feca06 + 05e9e18 commit 39c8f80

File tree

8 files changed

+1839
-2789
lines changed

8 files changed

+1839
-2789
lines changed

.eslintrc

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,17 @@
2424
},
2525
"project": "tsconfig.eslint.json"
2626
},
27-
"plugins": ["deprecation", "@typescript-eslint"],
27+
"plugins": [
28+
"deprecation",
29+
"@typescript-eslint"
30+
],
2831
"rules": {
2932
"deprecation/deprecation": "warn",
3033
"no-console": "error",
31-
"curly": ["error", "all"],
34+
"curly": [
35+
"error",
36+
"all"
37+
],
3238
"no-underscore-dangle": "off",
3339
"import/prefer-default-export": "off",
3440
"react/prop-types": "off",
@@ -37,7 +43,10 @@
3743
"react/jsx-filename-extension": [
3844
"error",
3945
{
40-
"extensions": [".js", ".tsx"]
46+
"extensions": [
47+
".js",
48+
".tsx"
49+
]
4150
}
4251
],
4352
"react/function-component-definition": [

babel.config.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)