Skip to content

Commit 118873a

Browse files
committed
use g:eslint
1 parent b495928 commit 118873a

File tree

47 files changed

+94
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+94
-93
lines changed

dev-packages/browser-integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"scripts": {
1111
"clean": "rimraf -g suites/**/dist loader-suites/**/dist tmp",
1212
"install-browsers": "[[ -z \"$SKIP_PLAYWRIGHT_BROWSER_INSTALL\" ]] && npx playwright install --with-deps || echo 'Skipping browser installation'",
13-
"lint": "eslint . --format stylish",
14-
"fix": "eslint . --format stylish --fix",
13+
"lint": "yarn g:eslint . --format stylish",
14+
"fix": "yarn g:eslint . --format stylish --fix",
1515
"type-check": "tsc",
1616
"postinstall": "yarn install-browsers",
1717
"pretest": "yarn clean && yarn type-check",

dev-packages/clear-cache-gh-action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"main": "index.mjs",
1111
"type": "module",
1212
"scripts": {
13-
"lint": "eslint . --format stylish",
14-
"fix": "eslint . --format stylish --fix"
13+
"lint": "yarn g:eslint . --format stylish",
14+
"fix": "yarn g:eslint . --format stylish --fix"
1515
},
1616
"dependencies": {
1717
"@actions/core": "1.10.1",

dev-packages/e2e-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"private": true,
66
"scripts": {
7-
"fix": "eslint . --format stylish --fix",
8-
"lint": "eslint . --format stylish",
7+
"fix": "yarn g:eslint . --format stylish --fix",
8+
"lint": "yarn g:eslint . --format stylish",
99
"lint:ts": "tsc --noEmit",
1010
"test:e2e": "run-s test:validate-configuration test:validate-test-app-setups test:run",
1111
"test:run": "ts-node run.ts",

dev-packages/external-contributor-gh-action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"main": "index.mjs",
1111
"type": "module",
1212
"scripts": {
13-
"lint": "eslint . --format stylish",
14-
"fix": "eslint . --format stylish --fix"
13+
"lint": "yarn g:eslint . --format stylish",
14+
"fix": "yarn g:eslint . --format stylish --fix"
1515
},
1616
"dependencies": {
1717
"@actions/core": "1.10.1"

dev-packages/node-integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"clean": "rimraf -g **/node_modules && yarn clean:script",
1818
"clean:script": "node scripts/clean.js",
1919
"express-v5-install": "cd suites/express-v5 && yarn --no-lockfile",
20-
"lint": "eslint . --format stylish",
21-
"fix": "eslint . --format stylish --fix",
20+
"lint": "yarn g:eslint . --format stylish",
21+
"fix": "yarn g:eslint . --format stylish --fix",
2222
"type-check": "tsc",
2323
"pretest": "yarn express-v5-install",
2424
"test": "vitest run",

dev-packages/opentelemetry-v2-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"node": ">=18"
88
},
99
"scripts": {
10-
"lint": "eslint . --format stylish",
11-
"fix": "eslint . --format stylish --fix",
10+
"lint": "yarn g:eslint . --format stylish",
11+
"fix": "yarn g:eslint . --format stylish --fix",
1212
"test": "vitest run",
1313
"test:watch": "vitest --watch"
1414
},

dev-packages/size-limit-gh-action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"main": "index.mjs",
1111
"type": "module",
1212
"scripts": {
13-
"lint": "eslint . --format stylish",
14-
"fix": "eslint . --format stylish --fix"
13+
"lint": "yarn g:eslint . --format stylish",
14+
"fix": "yarn g:eslint . --format stylish --fix"
1515
},
1616
"dependencies": {
1717
"@actions/artifact": "2.1.11",

dev-packages/test-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"node": ">=18"
3232
},
3333
"scripts": {
34-
"fix": "eslint . --format stylish --fix",
35-
"lint": "eslint . --format stylish",
34+
"fix": "yarn g:eslint . --format stylish --fix",
35+
"lint": "yarn g:eslint . --format stylish",
3636
"build": "run-s build:transpile build:types",
3737
"build:tarball": "run-s build:transpile build:types",
3838
"build:dev": "yarn build",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"test:ci:bun": "lerna run test --scope @sentry/bun",
4444
"yalc:publish": "lerna run yalc:publish",
4545
"g:downlevel-dts": "cd $INIT_CWD && downlevel-dts",
46-
"g:rollup": "cd $INIT_CWD && rollup"
46+
"g:rollup": "cd $INIT_CWD && rollup",
47+
"g:eslint": "cd $INIT_CWD && eslint"
4748
},
4849
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
4950
"volta": {

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"build:tarball": "npm pack ./build",
5252
"circularDepCheck": "madge --circular src/index.ts",
5353
"clean": "rimraf build coverage sentry-angular-*.tgz",
54-
"fix": "eslint . --format stylish --fix",
55-
"lint": "eslint . --format stylish",
54+
"fix": "yarn g:eslint . --format stylish --fix",
55+
"lint": "yarn g:eslint . --format stylish",
5656
"lint:es-compatibility": "es-check es2020 ./build/{esm2020,fesm2015,fesm2020}/*.mjs --module",
5757
"test": "yarn test:unit",
5858
"test:unit": "vitest run",

packages/astro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"build:tarball": "npm pack",
7878
"circularDepCheck": "madge --circular src/index.client.ts && madge --circular src/index.server.ts && madge --circular src/index.types.ts",
7979
"clean": "rimraf build coverage sentry-astro-*.tgz",
80-
"fix": "eslint . --format stylish --fix",
81-
"lint": "eslint . --format stylish",
80+
"fix": "yarn g:eslint . --format stylish --fix",
81+
"lint": "yarn g:eslint . --format stylish",
8282
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
8383
"test": "yarn test:unit",
8484
"test:unit": "vitest run",

packages/aws-serverless/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"build:tarball": "npm pack",
9494
"circularDepCheck": "madge --circular src/index.ts",
9595
"clean": "rimraf build dist-awslambda-layer coverage sentry-serverless-*.tgz",
96-
"fix": "eslint . --format stylish --fix",
97-
"lint": "eslint . --format stylish",
96+
"fix": "yarn g:eslint . --format stylish --fix",
97+
"lint": "yarn g:eslint . --format stylish",
9898
"lint:es-compatibility": "es-check es2022 ./build/npm/cjs/*.js && es-check es2022 ./build/npm/esm/*.js --module",
9999
"test": "vitest run",
100100
"test:watch": "vitest --watch",

packages/browser-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"build:types:watch": "tsc -p tsconfig.types.json --watch",
5555
"build:tarball": "npm pack",
5656
"clean": "rimraf build coverage sentry-internal-browser-utils-*.tgz",
57-
"fix": "eslint . --format stylish --fix",
58-
"lint": "eslint . --format stylish",
57+
"fix": "yarn g:eslint . --format stylish --fix",
58+
"lint": "yarn g:eslint . --format stylish",
5959
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
6060
"test:unit": "vitest run",
6161
"test": "vitest run",

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"build:tarball": "npm pack",
6666
"circularDepCheck": "madge --circular src/index.ts",
6767
"clean": "rimraf build coverage .rpt2_cache sentry-browser-*.tgz",
68-
"fix": "eslint . --format stylish --fix",
69-
"lint": "eslint . --format stylish",
68+
"fix": "yarn g:eslint . --format stylish --fix",
69+
"lint": "yarn g:eslint . --format stylish",
7070
"lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
7171
"size:check": "cat build/bundles/bundle.min.js | gzip -9 | wc -c | awk '{$1=$1/1024; print \"ES2017: \",$1,\"kB\";}'",
7272
"test": "vitest run",

packages/bun/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"build:tarball": "npm pack",
6060
"circularDepCheck": "madge --circular src/index.ts",
6161
"clean": "rimraf build coverage sentry-bun-*.tgz",
62-
"fix": "eslint . --format stylish --fix",
63-
"lint": "eslint . --format stylish",
62+
"fix": "yarn g:eslint . --format stylish --fix",
63+
"lint": "yarn g:eslint . --format stylish",
6464
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
6565
"install:bun": "node ./scripts/install-bun.js",
6666
"test": "run-s install:bun test:bun",

packages/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"build:tarball": "npm pack",
8080
"circularDepCheck": "madge --circular src/index.ts",
8181
"clean": "rimraf build coverage sentry-cloudflare-*.tgz",
82-
"fix": "eslint . --format stylish --fix",
83-
"lint": "eslint . --format stylish",
82+
"fix": "yarn g:eslint . --format stylish --fix",
83+
"lint": "yarn g:eslint . --format stylish",
8484
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
8585
"test": "yarn test:unit",
8686
"test:unit": "vitest run",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"build:tarball": "npm pack",
5353
"circularDepCheck": "madge --circular src/index.ts",
5454
"clean": "rimraf build coverage sentry-core-*.tgz",
55-
"fix": "eslint . --format stylish --fix",
56-
"lint": "eslint . --format stylish",
55+
"fix": "yarn g:eslint . --format stylish --fix",
56+
"lint": "yarn g:eslint . --format stylish",
5757
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
5858
"test": "vitest run",
5959
"test:watch": "vitest --watch",

packages/deno/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"circularDepCheck": "madge --circular src/index.ts",
3737
"clean": "rimraf build build-types build-test coverage node_modules/.deno sentry-deno-*.tgz",
3838
"prefix": "yarn deno-types",
39-
"fix": "eslint . --format stylish --fix",
39+
"fix": "yarn g:eslint . --format stylish --fix",
4040
"prelint": "yarn deno-types",
41-
"lint": "eslint . --format stylish",
41+
"lint": "yarn g:eslint . --format stylish",
4242
"lint:es-compatibility": "es-check es2022 ./build/esm/*.js --module",
4343
"install:deno": "node ./scripts/install-deno.mjs",
4444
"test": "run-s install:deno deno-types test:unit",

packages/ember/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"clean": "yarn rimraf sentry-ember-*.tgz dist tmp build .node_modules.ember-try package.json.ember-try instance-initializers index.d.ts runloop.d.ts types.d.ts",
2222
"lint": "run-p lint:js lint:hbs lint:ts",
2323
"lint:hbs": "ember-template-lint .",
24-
"lint:js": "eslint .",
24+
"lint:js": "yarn g:eslint .",
2525
"lint:ts": "tsc",
26-
"fix": "eslint . --format stylish --fix",
26+
"fix": "yarn g:eslint . --format stylish --fix",
2727
"start": "ember serve",
2828
"test": "ember b --prod && ember test",
2929
"prepack": "ember ts:precompile",

packages/feedback/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"build:tarball": "npm pack",
6161
"circularDepCheck": "madge --circular src/index.ts",
6262
"clean": "rimraf build sentry-internal-feedback-*.tgz",
63-
"fix": "eslint . --format stylish --fix",
64-
"lint": "eslint . --format stylish",
63+
"fix": "yarn g:eslint . --format stylish --fix",
64+
"lint": "yarn g:eslint . --format stylish",
6565
"lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
6666
"test": "vitest run",
6767
"test:watch": "vitest --watch",

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"build:tarball": "npm pack",
7575
"circularDepCheck": "madge --circular src/index.ts",
7676
"clean": "rimraf build coverage *.d.ts sentry-gatsby-*.tgz",
77-
"fix": "eslint . --format stylish --fix",
78-
"lint": "eslint . --format stylish",
77+
"fix": "yarn g:eslint . --format stylish --fix",
78+
"lint": "yarn g:eslint . --format stylish",
7979
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
8080
"test": "vitest run",
8181
"test:watch": "vitest --watch",

packages/google-cloud-serverless/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"build:tarball": "npm pack",
7373
"circularDepCheck": "madge --circular src/index.ts",
7474
"clean": "rimraf build coverage sentry-google-cloud-*.tgz",
75-
"fix": "eslint . --format stylish --fix",
76-
"lint": "eslint . --format stylish",
75+
"fix": "yarn g:eslint . --format stylish --fix",
76+
"lint": "yarn g:eslint . --format stylish",
7777
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
7878
"test": "vitest run",
7979
"test:watch": "vitest --watch",

packages/integration-shims/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"build:transpile:watch": "yarn build:transpile --watch",
4343
"build:types:watch": "tsc -p tsconfig.types.json --watch",
4444
"clean": "rimraf build",
45-
"fix": "eslint . --format stylish --fix",
46-
"lint": "eslint . --format stylish",
45+
"fix": "yarn g:eslint . --format stylish --fix",
46+
"lint": "yarn g:eslint . --format stylish",
4747
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module"
4848
},
4949
"repository": {

packages/nestjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"build:tarball": "npm pack",
7777
"circularDepCheck": "madge --circular src/index.ts && madge --circular src/setup.ts",
7878
"clean": "rimraf build coverage sentry-nestjs-*.tgz ./*.d.ts ./*.d.ts.map",
79-
"fix": "eslint . --format stylish --fix",
80-
"lint": "eslint . --format stylish",
79+
"fix": "yarn g:eslint . --format stylish --fix",
80+
"lint": "yarn g:eslint . --format stylish",
8181
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
8282
"test": "vitest run",
8383
"test:watch": "vitest --watch",

packages/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
"build:tarball": "npm pack",
116116
"circularDepCheck": "madge --circular src/index.client.ts && madge --circular src/edge/index.ts && madge --circular src/index.server.ts && madge --circular src/index.types.ts",
117117
"clean": "rimraf build coverage sentry-nextjs-*.tgz",
118-
"fix": "eslint . --format stylish --fix",
119-
"lint": "eslint . --format stylish",
118+
"fix": "yarn g:eslint . --format stylish --fix",
119+
"lint": "yarn g:eslint . --format stylish",
120120
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
121121
"test": "yarn test:unit",
122122
"test:all": "run-s test:unit",

packages/node-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
],
4242
"scripts": {
4343
"clean": "rm -rf build",
44-
"lint": "eslint . --format stylish",
44+
"lint": "yarn g:eslint . --format stylish",
4545
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
46-
"fix": "eslint . --format stylish --fix",
46+
"fix": "yarn g:eslint . --format stylish --fix",
4747
"build": "yarn build:types && yarn build:transpile",
4848
"build:transpile": "yarn g:rollup -c rollup.npm.config.mjs",
4949
"build:types:downlevel": "yarn g:downlevel-dts build/types build/types-ts3.8 --to ts3.8",

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
"build:tarball": "npm pack",
118118
"circularDepCheck": "madge --circular src/index.ts",
119119
"clean": "rimraf build coverage sentry-node-*.tgz",
120-
"fix": "eslint . --format stylish --fix",
121-
"lint": "eslint . --format stylish",
120+
"fix": "yarn g:eslint . --format stylish --fix",
121+
"lint": "yarn g:eslint . --format stylish",
122122
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
123123
"test": "yarn test:unit",
124124
"test:unit": "vitest run",

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"build:tarball": "npm pack",
6969
"circularDepCheck": "madge --circular src/index.client.ts && madge --circular src/index.server.ts && madge --circular src/index.types.ts",
7070
"clean": "rimraf build coverage sentry-nuxt-*.tgz",
71-
"fix": "eslint . --format stylish --fix",
72-
"lint": "eslint . --format stylish",
71+
"fix": "yarn g:eslint . --format stylish --fix",
72+
"lint": "yarn g:eslint . --format stylish",
7373
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module && es-check es2020 ./build/module/*.cjs && es-check es2020 ./build/module/*.mjs --module",
7474
"test": "yarn test:unit",
7575
"test:unit": "vitest run",

packages/opentelemetry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"build:tarball": "npm pack",
7272
"circularDepCheck": "madge --circular src/index.ts",
7373
"clean": "rimraf build coverage sentry-opentelemetry-*.tgz",
74-
"fix": "eslint . --format stylish --fix",
75-
"lint": "eslint . --format stylish",
74+
"fix": "yarn g:eslint . --format stylish --fix",
75+
"lint": "yarn g:eslint . --format stylish",
7676
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
7777
"test": "yarn test:unit",
7878
"test:unit": "vitest run",

packages/pino-transport/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"build:tarball": "npm pack",
6565
"circularDepCheck": "madge --circular src/index.ts",
6666
"clean": "rimraf build coverage sentry-pino-transport-*.tgz",
67-
"fix": "eslint . --format stylish --fix",
68-
"lint": "eslint . --format stylish",
67+
"fix": "yarn g:eslint . --format stylish --fix",
68+
"lint": "yarn g:eslint . --format stylish",
6969
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
7070
"test": "yarn test:unit",
7171
"test:unit": "vitest run",

packages/profiling-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
],
4646
"scripts": {
4747
"clean": "rm -rf build",
48-
"lint": "eslint . --format stylish",
48+
"lint": "yarn g:eslint . --format stylish",
4949
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
50-
"fix": "eslint . --format stylish --fix",
50+
"fix": "yarn g:eslint . --format stylish --fix",
5151
"build": "yarn build:types && yarn build:transpile",
5252
"build:transpile": "yarn g:rollup -c rollup.npm.config.mjs",
5353
"build:types:downlevel": "yarn g:downlevel-dts build/types build/types-ts3.8 --to ts3.8",

packages/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"build:tarball": "npm pack",
7272
"circularDepCheck": "madge --circular src/index.client.ts && madge --circular src/index.server.ts && madge --circular src/index.types.ts",
7373
"clean": "rimraf build coverage sentry-react-router-*.tgz",
74-
"fix": "eslint . --format stylish --fix",
75-
"lint": "eslint . --format stylish",
74+
"fix": "yarn g:eslint . --format stylish --fix",
75+
"lint": "yarn g:eslint . --format stylish",
7676
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
7777
"test": "yarn test:unit",
7878
"test:unit": "vitest run",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"build:tarball": "npm pack",
8585
"circularDepCheck": "madge --circular src/index.ts",
8686
"clean": "rimraf build coverage sentry-react-*.tgz",
87-
"fix": "eslint . --format stylish --fix",
88-
"lint": "eslint . --format stylish",
87+
"fix": "yarn g:eslint . --format stylish --fix",
88+
"lint": "yarn g:eslint . --format stylish",
8989
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
9090
"test": "vitest run",
9191
"test:watch": "vitest --watch",

packages/remix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
"build:tarball": "npm pack",
104104
"circularDepCheck": "madge --circular src/index.server.ts && madge --circular src/index.client.ts",
105105
"clean": "rimraf build coverage sentry-remix-*.tgz",
106-
"fix": "eslint . --format stylish --fix",
107-
"lint": "eslint . --format stylish",
106+
"fix": "yarn g:eslint . --format stylish --fix",
107+
"lint": "yarn g:eslint . --format stylish",
108108
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
109109
"test": "yarn test:unit",
110110
"test:integration": "run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server",

packages/replay-canvas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"build:tarball": "npm pack",
4646
"circularDepCheck": "madge --circular src/index.ts",
4747
"clean": "rimraf build sentry-replay-*.tgz",
48-
"fix": "eslint . --format stylish --fix",
49-
"lint": "eslint . --format stylish",
48+
"fix": "yarn g:eslint . --format stylish --fix",
49+
"lint": "yarn g:eslint . --format stylish",
5050
"lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
5151
"test": "vitest run",
5252
"test:watch": "vitest --watch",

0 commit comments

Comments
 (0)