UNPKG

@nx-dart/nx-dart

Version:

A Nx plugin, that adds support for developing Dart and Flutter packages in a Nx workspace

15 lines (14 loc) 234 B
{ "$schema": "http://json-schema.org/schema", "cli": "nx", "$id": "Preset", "title": "", "type": "object", "properties": { "lints": { "type": "boolean", "default": true } }, "required": ["lints"] }