-
Notifications
You must be signed in to change notification settings - Fork 1
correct casing
tannerbaum edited this page Feb 26, 2020
·
3 revisions
This rule is not fixable ✖︎
Consistently use camelCase
! Since npm does it, we should do it as well:
-
prepublishOnly
✔︎ -
test:unit:watchAll
✔︎ -
test-unit
✖︎ -
lint_fix
✖︎
- Motivation
- The scriptlint "standard" tl;dr
-
The scriptlint "standard"
- Rules enforceable via the scriptlint CLI
- Best practices
- The scriptlint CLI
- Contributing to scriptlint