Gathering detailed insights and metrics for mojito-cli-jslint
Gathering detailed insights and metrics for mojito-cli-jslint
Gathering detailed insights and metrics for mojito-cli-jslint
Gathering detailed insights and metrics for mojito-cli-jslint
[archiving soon] Provide the `jslint` command for the mojito-cli tool.
npm install mojito-cli-jslint
Typescript
Module System
Min. Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
BSD-3-Clause License
130 Commits
3 Forks
15 Watchers
2 Branches
11 Contributors
Updated on Jan 28, 2023
Latest Version
0.0.3
Package Id
mojito-cli-jslint@0.0.3
Size
8.09 kB
NPM Version
1.2.25
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This package provides the jslint
command for the mojito-cli
. Install it with npm install -g mojito-cli
.
Scan files or paths for javascript files, and check their contents with jslint:
mojito jslint [options] [app|mojit] [path(s)]
The default jslint options used, and the patterns of files or directories that will be ignored, are listed in config.js
.
This command can be used generally, if these defaults are acceptable. In other words:
mojito jslint [optional file(s) or path(s)]
...will find jslint errors, if any, on all files ending in .js
in any of the files or directories specified as arguments. If no paths are specified, the current working directory is assumed.
Type arguments "app" and "mojit" are provided for backwards compatibility. If a type argument of "mojito" is used, the mojito library will be linted. This additional type is provided to support the old behavior mojito jslint
, with no arguments, would act on the mojito library.
To run JSLint on a specific mojit:
mojito jslint mojit <path/to/mojit>
--directory <path> Destination directory of the lint report, if --print
-d <path> is not specified. Default is "artifacts/jslint/". The
lint report file is named "jslint.html".
--exclude <pattern> File or directory patterns to exclude from linting.
-e <pattern> This option can be used multiple times.
--print Print the lint results, if any, to the console.
-p
http://developer.yahoo.com/forum/Yahoo-Mojito
This software is free to use under the Yahoo! Inc. BSD license. See LICENSE.txt. To contribute to the Mojito project, please see Contributing.
The Mojito project is a meritocratic, consensus-based community project, which allows anyone to contribute and gain additional responsibilities.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More