Skip to content

Commit bc547d4

Browse files
committed
chore: format with eslint
1 parent 9448663 commit bc547d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

2025/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"astro": "astro",
1212
"check": "astro check",
1313
"lint": "eslint --cache .",
14-
"format": "nr prettier:fix",
14+
"lint:fix": "nr lint --fix",
15+
"format": "nr prettier:fix && nr lint:fix",
1516
"prettier:check": "prettier --cache --check src",
1617
"prettier:fix": "prettier --cache --write src"
1718
},

0 commit comments

Comments
 (0)