@nx-dart/nx-dart
Version:
A Nx plugin, that adds support for developing Dart and Flutter packages in a Nx workspace
16 lines (15 loc) • 341 B
JSON
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"title": "Format executor",
"description": "",
"type": "object",
"properties": {
"check": {
"type": "boolean",
"description": "Whether to validate the current formatting instead of fixing it.",
"default": false
}
},
"required": ["check"]
}