mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
🔧 added eslint auto-fix to the lint-staged step (#4757)
small DX improvement
This commit is contained in:
committed by
GitHub
parent
608b4be765
commit
9489e2f3b4
@@ -85,7 +85,10 @@
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx,md,json,yml}": "prettier --write"
|
||||
"*.{js,jsx,ts,tsx,md,json,yml}": [
|
||||
"eslint --fix",
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"packageManager": "yarn@4.7.0",
|
||||
"browserslist": [
|
||||
|
||||
6
upcoming-release-notes/4757.md
Normal file
6
upcoming-release-notes/4757.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
add eslint auto-fixer to lint-staged
|
||||
Reference in New Issue
Block a user