mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
feat(rules): add yarn (gh #5)
* feat(rules): add yarn --------- Co-authored-by: iff <iff@ik.me>
This commit is contained in:
parent
55f331a1a9
commit
b2c95c30e7
1 changed files with 10 additions and 0 deletions
10
rules/yarn.toml
Normal file
10
rules/yarn.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
command = "yarn"
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"error `install` has been replaced with `add` to add new dependencies."
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
yarn add {{command[2:]}} '''
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue