14 lines
221 B
JSON
14 lines
221 B
JSON
{
|
|
"no-prefix-alias": {
|
|
"prefix": ["---"],
|
|
"body": ["${VIM:repeat('-', &tw)}"]
|
|
},
|
|
"prefix-alias": {
|
|
"prefix": ["arrow-function"],
|
|
"body": "() => "
|
|
},
|
|
"has-no-prefix": {
|
|
"body": "() => "
|
|
}
|
|
}
|