2.0.1 • Published 8 years ago

rocky-lint v2.0.1

Weekly downloads
16
License
MIT
Repository
github
Last release
8 years ago

rocky-lint

Emits warnings when working with Rocky.js

Usage: rocky-lint [options] -d rocky.d.ts file.js

Options:
  --max-warnings    Number of warnings to trigger nonzero exit code     [number]
  --pretty          Show line excerpts                                 [boolean]
  --no-color        No ANSI colors                                     [boolean]
  -v, --verbose     Increases verbosity of output                        [count]
  -d, --definition  TypeScript definition file (.d.ts) to load
                    can be specified multiple times                   [required]
  -h, --help        Show help                                          [boolean]

Process will exit with non-zero status if errors were found or if more than max-warnings (default: infinite) are found.

License

This project is licensed under the MIT License.

2.0.1

8 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago