@nx-dart/nx-dart
Version:
A Nx plugin, that adds support for developing Dart and Flutter packages in a Nx workspace
21 lines (20 loc) • 475 B
JSON
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"title": "Analyze executor",
"description": "",
"type": "object",
"properties": {
"fatalInfos": {
"type": "boolean",
"description": "Treat info level issues as fatal.",
"default": true
},
"fatalWarnings": {
"type": "boolean",
"description": "Treat warning level issues as fatal.",
"default": true
}
},
"required": ["fatalInfos", "fatalWarnings"]
}