We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7832c63 commit 65b6bdbCopy full SHA for 65b6bdb
packages/instrumentation-openai/package.json
@@ -13,8 +13,8 @@
13
"clean": "rimraf build/*",
14
"setup:dev": "nx run-many -t compile -p @opentelemetry/instrumentation-openai",
15
"compile": "tsc -p .",
16
- "lint": "eslint . --ext .ts",
17
- "lint:fix": "eslint . --ext .ts --fix",
+ "lint": "eslint . --ext=ts,js,mjs",
+ "lint:fix": "eslint . --ext=ts,js,mjs --fix",
18
"lint:readme": "node ../../scripts/lint-readme.js",
19
"prepublishOnly": "npm run compile",
20
"tdd": "npm run test -- --watch-extensions ts --watch",
0 commit comments