diff --git a/package.json b/package.json index 2c6bd8ccea63..c194c0d467c6 100644 --- a/package.json +++ b/package.json @@ -62,9 +62,9 @@ "generate-repros": "zx scripts/repros-generator/index.mjs", "github-release": "github-release-from-changelog", "linear-export": "ts-node --project=./scripts/tsconfig.json ./scripts/linear-export.ts", - "lint": "yarn lint:js . && yarn lint:md .", - "lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives", - "lint:md": "remark -q", + "lint": "yarn lint:js && yarn lint:md", + "lint:js": "cross-env NODE_ENV=production eslint . --cache --cache-location=.cache/eslint --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives", + "lint:md": "remark -q .", "lint:package": "sort-package-json", "local-registry": "ts-node --project=./scripts/tsconfig.json ./scripts/run-registry.ts ", "publish:debug": "npm run publish:latest -- --npm-tag=debug --no-push",