-
Notifications
You must be signed in to change notification settings - Fork 1
no aliases
Moritz Jacobs edited this page Feb 25, 2020
·
1 revision
This rule is not fixable ✖︎
Before npx
and yarn
it was common practice to alias tooling dependencies to a script of the same name. Nowadays, it's better to just use npx
or yarn
.
The linting rule just checks for <scriptName> === <script>
:
{ "jest": "jest" 🚨 }
- Motivation
- The scriptlint "standard" tl;dr
-
The scriptlint "standard"
- Rules enforceable via the scriptlint CLI
- Best practices
- The scriptlint CLI
- Contributing to scriptlint