Skip to content

Commit 9634701

Browse files
author
Rajat
committed
Lint fixes
1 parent 7b966f8 commit 9634701

3 files changed

Lines changed: 29 additions & 40 deletions

File tree

packages/orm-models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
"@courselit/email-editor": "workspace:^",
4848
"mongoose": "^8.13.1"
4949
}
50-
}
50+
}

packages/scripts/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "@courselit/scripts",
3-
"version": "0.0.1",
4-
"description": "",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
8-
"domain:cleanup": "ts-node src/cleanup-domain.ts",
9-
"build": "tsc"
10-
},
11-
"keywords": [],
12-
"author": "",
13-
"license": "ISC",
14-
"packageManager": "pnpm@10.22.0",
15-
"dependencies": {
16-
"mongoose": "^8.14.0"
17-
},
18-
"devDependencies": {
19-
"@types/node": "^24.10.1",
20-
"ts-node": "^10.9.2",
21-
"tsconfig": "workspace:^",
22-
"@courselit/orm-models": "workspace:^"
23-
}
24-
}
2+
"name": "@courselit/scripts",
3+
"version": "0.0.1",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"domain:cleanup": "ts-node src/cleanup-domain.ts",
9+
"build": "tsc"
10+
},
11+
"keywords": [],
12+
"author": "",
13+
"license": "ISC",
14+
"packageManager": "pnpm@10.22.0",
15+
"dependencies": {
16+
"mongoose": "^8.14.0"
17+
},
18+
"devDependencies": {
19+
"@types/node": "^24.10.1",
20+
"ts-node": "^10.9.2",
21+
"tsconfig": "workspace:^",
22+
"@courselit/orm-models": "workspace:^"
23+
}
24+
}

packages/scripts/tsconfig.json

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
11
{
22
"extends": "tsconfig/node.json",
3-
"exclude": [
4-
"dist",
5-
"build",
6-
"node_modules"
7-
],
3+
"exclude": ["dist", "build", "node_modules"],
84
"compilerOptions": {
95
"outDir": "./dist",
10-
"lib": [
11-
"dom"
12-
],
6+
"lib": ["dom"],
137
"strict": false,
148
"paths": {
15-
"@/*": [
16-
"./src/*"
17-
]
9+
"@/*": ["./src/*"]
1810
}
1911
},
20-
"include": [
21-
"src/**/*",
22-
"additional.d.ts"
23-
]
24-
}
12+
"include": ["src/**/*", "additional.d.ts"]
13+
}

0 commit comments

Comments
 (0)