|
48 | 48 | "lint.biome": "biome check --write --unsafe", |
49 | 49 | "lint.dprint": "dprint fmt", |
50 | 50 | "lint.root.tsc": "tsc --noEmit --pretty", |
51 | | - "lint.root.eslint": "eslint ./{src,dev}/**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix", |
| 51 | + "lint.root.eslint": "eslint './{src,dev}/**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml}' --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix", |
52 | 52 | "pack.exe": "shx rm -rf ./dist/tsconfig.tsbuildinfo && node ./dev/scripts/pack-exe.mjs", |
53 | 53 | "publish.all": "pnpm -r publish && pnpm publish", |
54 | 54 | "prepublishOnly": "run-s build && shx rm ./dist/tsconfig.tsbuildinfo", |
55 | 55 | "test.lint": "run-p --aggregate-output --continue-on-error test.lint.** lint.cspell lint.root.tsc", |
56 | | - "test.lint.root.eslint": "eslint ./{src,dev}/**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/", |
| 56 | + "test.lint.root.eslint": "eslint './{src,dev}/**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml}' --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/", |
57 | 57 | "test.lint.biome": "biome check", |
58 | 58 | "test.lint.dprint": "dprint check", |
59 | 59 | "test": "turbo test && jest --runInBand --forceExit --coverage", |
|
0 commit comments