Skip to content

Commit c5ba266

Browse files
authored
Merge pull request #20 from throwaway96/rm-unused-deps-20240128
Remove quite a few unused dependencies and update the rest
2 parents 46e6d51 + f7a79e0 commit c5ba266

File tree

4 files changed

+8270
-27566
lines changed

4 files changed

+8270
-27566
lines changed

.eslintrc.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"extends": [
44
"prettier"
55
],
6-
"parser": "@typescript-eslint/parser",
76
"plugins": [
87
"prettier"
98
],
@@ -12,8 +11,7 @@
1211
"error"
1312
],
1413
"no-console": "off",
15-
"no-restricted-syntax": "off",
16-
"@typescript-eslint/ban-ts-comment": "off"
14+
"no-restricted-syntax": "off"
1715
},
1816
"ignorePatterns": [
1917
"lib/**",
@@ -22,7 +20,5 @@
2220
"hyperion.ng/**",
2321
"service/**",
2422
"tools/**"
25-
],
26-
"parserOptions": {
27-
}
23+
]
2824
}

babel.config.json

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

0 commit comments

Comments
 (0)