1.0.3 • Published 7 years ago
dsl-diagnose v1.0.3
dsl diagnose
diagnose source files with eslint
Usage
dsl-diagnose path/to/source/ -o report.json -f jsonthe path can be local path or remote url.
Options
-t:--typeProject Framework, one of React, Vue, Weex.-f:--formatSupport output format, one of json, xml. Default json.-o:--output <dest>Write the results into a file.
Examples
dsl-diagnose path/to/source/
dsl-diagnose path/to/source/ -o report.json -f json
dsl-diagnose path/to/source/ -o report.xml -f xml