Skip to content

Commit

Permalink
- [monitor-query] remove usage of unix formatter which has been remov…
Browse files Browse the repository at this point in the history
…e from eslint
  • Loading branch information
jeremymeng committed Aug 23, 2024
1 parent c34a1c6 commit eaddbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js' 'dist-esm/test/**/**/*.spec.js'",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
"lint": "eslint package.json api-extractor.json src test --format unix",
"lint": "eslint package.json api-extractor.json src test",
"pack": "npm pack 2>&1",
"test:browser": "npm run build:test && npm run integration-test:browser",
"test:node": "npm run build:test && npm run integration-test:node",
Expand Down

0 comments on commit eaddbdc

Please sign in to comment.