Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
I broke this with a bad merge on the #123 PR before merge it to main.
  • Loading branch information
trentm committed Apr 9, 2024
1 parent c89c575 commit 8fca2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": true,
"scripts": {
"lint": "npm run lint:eslint && npm run --if-present --workspaces lint",
"lint:eslint": "eslint --ext=js,mjs,cjs . # requires node >=16.0.0",
"lint:eslint": "eslint --ext=js,mjs,cjs scripts # requires node >=16.0.0",
"lint:fix": "eslint --ext=js,mjs,cjs scripts --fix && npm run --if-present --workspaces lint:fix",
"test": "npm run --if-present --workspaces test",
"maint:update-otel-deps": "node scripts/update-otel-deps.js"
Expand Down

0 comments on commit 8fca2bf

Please sign in to comment.