Skip to content

Commit 0f6159d

Browse files
authored
chore(core-services): Review build configuration (#37925)
1 parent cfea98d commit 0f6159d

File tree

4 files changed

+3
-21
lines changed

4 files changed

+3
-21
lines changed
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
{
22
"extends": ["@rocket.chat/eslint-config"],
3-
"overrides": [
4-
{
5-
"files": ["**/*.spec.js", "**/*.spec.jsx"],
6-
"env": {
7-
"jest": true
8-
}
9-
}
10-
],
113
"ignorePatterns": ["dist"]
124
}

packages/core-services/babel.config.js

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

packages/core-services/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"scripts": {
1111
"build": "rm -rf dist && tsc",
1212
"dev": "tsc --watch --preserveWatchOutput",
13-
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
14-
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
13+
"lint": "eslint .",
14+
"lint:fix": "eslint --fix .",
15+
"test": "jest",
1516
"testunit": "jest",
1617
"typecheck": "tsc --noEmit"
1718
},
@@ -28,15 +29,11 @@
2829
"@rocket.chat/ui-kit": "workspace:~"
2930
},
3031
"devDependencies": {
31-
"@babel/core": "~7.28.5",
32-
"@babel/preset-env": "~7.28.5",
33-
"@babel/preset-typescript": "~7.27.1",
3432
"@rocket.chat/apps-engine": "workspace:^",
3533
"@rocket.chat/eslint-config": "workspace:^",
3634
"@rocket.chat/jest-presets": "workspace:~",
3735
"@rocket.chat/tsconfig": "workspace:*",
3836
"@types/jest": "~30.0.0",
39-
"babel-jest": "~30.2.0",
4037
"eslint": "~8.45.0",
4138
"jest": "~30.2.0",
4239
"mongodb": "6.16.0",

yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8461,9 +8461,6 @@ __metadata:
84618461
version: 0.0.0-use.local
84628462
resolution: "@rocket.chat/core-services@workspace:packages/core-services"
84638463
dependencies:
8464-
"@babel/core": "npm:~7.28.5"
8465-
"@babel/preset-env": "npm:~7.28.5"
8466-
"@babel/preset-typescript": "npm:~7.27.1"
84678464
"@rocket.chat/apps-engine": "workspace:^"
84688465
"@rocket.chat/core-typings": "workspace:^"
84698466
"@rocket.chat/eslint-config": "workspace:^"
@@ -8479,7 +8476,6 @@ __metadata:
84798476
"@rocket.chat/tsconfig": "workspace:*"
84808477
"@rocket.chat/ui-kit": "workspace:~"
84818478
"@types/jest": "npm:~30.0.0"
8482-
babel-jest: "npm:~30.2.0"
84838479
eslint: "npm:~8.45.0"
84848480
jest: "npm:~30.2.0"
84858481
mongodb: "npm:6.16.0"

0 commit comments

Comments
 (0)