Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read

jobs:
build:
lint:
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion api/.eslintignore

This file was deleted.

8 changes: 0 additions & 8 deletions api/.eslintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"scripts": {
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"compile": "tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"lint:fix": "eslint . --ext .ts --fix",
"lint": "eslint . --ext .ts && npm run cycle-check",
"lint:fix": "eslint . --fix",
"lint": "eslint . && npm run cycle-check",
"test:browser": "karma start --single-run",
"test": "nyc mocha 'test/**/*.test.ts'",
"test:node8-compat": "node test/backcompat/node8-compat.js",
Expand Down
25 changes: 0 additions & 25 deletions e2e-tests/.eslintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"version": "0.10.0",
"scripts": {
"test:e2e": "npm run stop-collector; npm run run-collector && npm run export-telemetry && npm run verify || npm run stop-collector",
"lint": "eslint . --ext .mjs",
"lint:fix": "eslint . --ext .mjs --fix",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"run-collector": "docker run --pull=always -d --rm --name otelcol-e2e -v $(pwd)/collector-config.yaml:/etc/otelcol/config.yaml -v $(pwd)/collector-output.json:/tmp/collector-output.json -p 4317:4317 -p 4318:4318 -w /tmp otel/opentelemetry-collector-contrib:latest --config /etc/otelcol/config.yaml && sleep 5",
"export-telemetry": "node test.mjs; sleep 5",
"prerun-collector": "node -e \"require('fs').writeFileSync('collector-output.json', '')\"",
Expand Down
89 changes: 0 additions & 89 deletions eslint.base.js

This file was deleted.

Loading
Loading