Skip to content

Commit 4eb64d6

Browse files
committed
Remove unused rollup and babel
1 parent 33f5683 commit 4eb64d6

File tree

3 files changed

+0
-401
lines changed

3 files changed

+0
-401
lines changed

.eslintrc.js

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = {
88
},
99
plugins: [
1010
"@typescript-eslint",
11-
"babel",
1211
"import",
1312
"jsdoc",
1413
"prefer-arrow",
@@ -79,7 +78,6 @@ module.exports = {
7978
"@typescript-eslint/prefer-readonly": "error",
8079
"@typescript-eslint/quotes": ["error", "single", { avoidEscape: true }],
8180
"arrow-body-style": ["error", "as-needed"],
82-
"babel/no-invalid-this": "error",
8381
"constructor-super": "error",
8482
curly: ["error", "multi-line"],
8583
eqeqeq: "error",

0 commit comments

Comments
 (0)