We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4836ee7 commit c922b25Copy full SHA for c922b25
1 file changed
package.json
@@ -67,7 +67,7 @@
67
"scripts": {
68
"=============================================================================== code hygene": "",
69
"lint": "eslint ts/",
70
- "lint:fix": "eslint --fix ts/",
+ "lint:fix": "eslint --fix ts/ --format unix",
71
"format": "prettier --check \"ts/**/*.{ts,tsx}\"",
72
"format:fix": "prettier --write \"ts/**/*.{ts,tsx}\"",
73
"=============================================================================== clean": "",
@@ -148,7 +148,8 @@
148
},
149
"lint-staged": {
150
"ts/**/*.ts": [
151
- "pnpm format:fix"
+ "pnpm format:fix",
152
+ "pnpm lint:fix"
153
]
154
155
"dependencies": {
0 commit comments