Skip to content

Commit bcb3374

Browse files
committed
fix(instrumentation-langchain): fixed linter issues and updated release-please-config.json to match the suggestion given by rp-validate
1 parent 6501d7c commit bcb3374

File tree

14 files changed

+518
-392
lines changed

14 files changed

+518
-392
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// module.exports = {
2+
// "env": {
3+
// "mocha": true,
4+
// "node": true
5+
// },
6+
// ...require('../../eslint.config.js')
7+
// }
8+
9+
10+
module.exports = {
11+
"env": {
12+
"mocha": true,
13+
"node": true
14+
},
15+
"extends": "../../eslint.config.js",
16+
"ignorePatterns": ["dist/", "*.d.ts"],
17+
"root": true
18+
};

packages/instrumentation-langchain/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "instrumentation-langchain",
2+
"name": "@opentelemetry/instrumentation-langchain",
33
"private": true,
44
"version": "1.0.0",
55
"description": "Langchain.js instrumentation following OpenTelemetry semantic convention.",
@@ -53,7 +53,7 @@
5353
"type:check": "tsc --noEmit",
5454
"clean": "rimraf build/*",
5555
"compile": "tsc -p .",
56-
"compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/instrumentation-koa",
56+
"compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/instrumentation-langchain",
5757
"lint": "eslint . --ext .ts",
5858
"lint:fix": "eslint . --ext .ts --fix",
5959
"lint:readme": "node ../../scripts/lint-readme.js",

0 commit comments

Comments
 (0)