Skip to content

Commit

Permalink
chore: remove unnecessary dependencies (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Jul 2, 2024
1 parent 8a27789 commit df897d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 112 deletions.
9 changes: 2 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "prettier"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"prettier/prettier": "error",
"no-restricted-syntax": [
"error",
{
Expand Down
103 changes: 0 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
"c8": "^10.1.2",
"esbuild": "^0.22.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"packages-update": "^2.0.0",
"prettier": "^3.3.2",
"shx": "^0.3.4",
Expand Down

0 comments on commit df897d0

Please sign in to comment.