Skip to content

Commit 65b6bdb

Browse files
committed
same change for the newly added instr-openai as well
1 parent 7832c63 commit 65b6bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/instrumentation-openai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"clean": "rimraf build/*",
1414
"setup:dev": "nx run-many -t compile -p @opentelemetry/instrumentation-openai",
1515
"compile": "tsc -p .",
16-
"lint": "eslint . --ext .ts",
17-
"lint:fix": "eslint . --ext .ts --fix",
16+
"lint": "eslint . --ext=ts,js,mjs",
17+
"lint:fix": "eslint . --ext=ts,js,mjs --fix",
1818
"lint:readme": "node ../../scripts/lint-readme.js",
1919
"prepublishOnly": "npm run compile",
2020
"tdd": "npm run test -- --watch-extensions ts --watch",

0 commit comments

Comments
 (0)