Skip to content

Commit 2ad613d

Browse files
chore: use long ESLint command options
1 parent a38814c commit 2ad613d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/eslint_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def eslint_check(directory_path):
1111

1212
try:
1313
result = subprocess.run(
14-
f"npx eslint -f json -c eslint.testconfig.js {directory_path}",
14+
f"npx eslint --format json --config eslint.testconfig.js {directory_path}",
1515
capture_output=True,
1616
shell=True,
1717
check=False

0 commit comments

Comments
 (0)