mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-08-11 02:46:21 -06:00
node_modules: update (#146)
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
This commit is contained in:
+6
@@ -326,6 +326,12 @@ export type ToStringOptions = {
|
||||
* Default: `null`
|
||||
*/
|
||||
singleQuote?: boolean | null;
|
||||
/**
|
||||
* Add a trailing comma after the last entry in a flow map or flow sequence that's split across multiple lines.
|
||||
*
|
||||
* Default: `'false'`
|
||||
*/
|
||||
trailingComma?: boolean;
|
||||
/**
|
||||
* String representation for `true`.
|
||||
* With the core schema, use `'true'`, `'True'`, or `'TRUE'`.
|
||||
|
||||
Reference in New Issue
Block a user