mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
chore: move rules to root
This commit is contained in:
parent
79264e1a4e
commit
0c7277f910
18 changed files with 2 additions and 2 deletions
64
rules/yarn.toml
Normal file
64
rules/yarn.toml
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
command = "yarn"
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"not found"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
#[err_contains(command)]
|
||||
{{command[0]}} {{typo[1](
|
||||
access,
|
||||
add,
|
||||
audit,
|
||||
autoclean,
|
||||
bin,
|
||||
cache,
|
||||
check,
|
||||
config,
|
||||
create,
|
||||
exec,
|
||||
generate-lock-entry,
|
||||
generateLockEntry,
|
||||
global,
|
||||
help,
|
||||
import,
|
||||
info,
|
||||
init,
|
||||
install,
|
||||
licenses,
|
||||
link,
|
||||
list,
|
||||
login,
|
||||
logout,
|
||||
node,
|
||||
outdated,
|
||||
owner,
|
||||
pack,
|
||||
policies,
|
||||
publish,
|
||||
remove,
|
||||
run,
|
||||
tag,
|
||||
team,
|
||||
unlink,
|
||||
unplug,
|
||||
upgrade,
|
||||
upgrade-interactive,
|
||||
upgradeInteractive,
|
||||
version,
|
||||
versions,
|
||||
why,
|
||||
workspace,
|
||||
workspaces
|
||||
)}} {{command[2:]}} '''
|
||||
]
|
||||
|
||||
[[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