зеркало из https://github.com/mozilla/mozjexl.git
Add auto-fixing pre-commit hook
This commit is contained in:
Родитель
41252a5e8e
Коммит
30725294ee
|
@ -0,0 +1,11 @@
|
|||
actions:
|
||||
prettier:
|
||||
description: Prettier
|
||||
run: ./node_modules/.bin/prettier --write {files} && git add -A
|
||||
include: "*.js"
|
||||
|
||||
eslint:
|
||||
description: ESLint
|
||||
run: ./node_modules/.bin/eslint {files}
|
||||
include:
|
||||
- "*.js"
|
Загрузка…
Ссылка в новой задаче