Skip to content

Commit

Permalink
⚙️ Chore(config/*/package.json): remove unnecessary scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork committed Jun 14, 2024
1 parent 93a0d01 commit 5904165
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
8 changes: 1 addition & 7 deletions config/eslintrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "echo 'Add dev script here'",
"build": "echo 'Add build script here'",
"test": "echo 'Add test script here'",
"lint": "echo 'Add test script here'",
"pre": "echo 'Add test script here'"
},
"scripts": {},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^6.16.0",
Expand Down
8 changes: 1 addition & 7 deletions config/prettierrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"name": "prettierrc",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "echo 'Add build script here'",
"dev": "echo 'Add dev script here'",
"lint": "echo 'Add lint script here'",
"pre": "echo 'lololo'",
"test": "echo 'Add test script here'"
},
"scripts": {},
"devDependencies": {
"prettier": "^3.1.1",
"prettier-plugin-packagejson": "^2.4.8"
Expand Down
8 changes: 1 addition & 7 deletions config/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"name": "tsconfig",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "echo 'Add dev script here'",
"build": "echo 'Add build script here'",
"test": "echo 'Add test script here'",
"lint": "echo 'Add lint script here'",
"pre": "echo 'lololo'"
}
"scripts": {}
}
8 changes: 1 addition & 7 deletions config/webpackrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "echo 'Add dev script here'",
"build": "echo 'Add build script here'",
"test": "echo 'Add test script here'",
"lint": "echo 'Add lint script here'",
"pre": "echo 'lololo'"
},
"scripts": {},
"devDependencies": {
"webpack-merge": "^5.10.0",
"copy-webpack-plugin": "^12.0.1",
Expand Down

0 comments on commit 5904165

Please sign in to comment.