Skip to content

Commit e788611

Browse files
committed
chore(lint-staged): use node to invoke eslint for cross-platform hook
1 parent 11af13c commit e788611

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
"chronik-client-cashtokens/ecashaddrjs": "^2.0.0"
100100
},
101101
"lint-staged": {
102-
"*.ts?(x)": [
103-
"yarn eslint --fix"
102+
"*.{ts,tsx}": [
103+
"node ./node_modules/eslint/bin/eslint.js --fix"
104104
]
105105
}
106106
}

0 commit comments

Comments
 (0)