Skip to content

Commit bfe1251

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 92c0906 commit bfe1251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "pnpm -r --workspace-concurrency=1 --aggregate-output run test",
99
"compile": "pnpm -r --workspace-concurrency=4 --aggregate-output run compile",
1010
"bootstrap": "pnpm -r install",
11-
"lint": "find . -type f -name \"*.js\" -not -path \"*node_modules*\" | xargs eslint"
11+
"lint": "eslint ."
1212
},
1313
"devDependencies": {
1414
"@eslint/eslintrc": "^3.3.5",

0 commit comments

Comments
 (0)