-
Notifications
You must be signed in to change notification settings - Fork 1
Best practices
Moritz Jacobs edited this page Mar 3, 2020
·
1 revision
There are a few best practices that can not be linted programmatically. These will be documented here in the future. Until then, this is the most important advice right now: keep names readable and understandable: the semantics of your namespaces&subcategories is totally up to you, it is still good avdice to keep things readable yet abstract: for example, try to use a dependency's category instead of its' actual name: test:lint
instead of test:eslint
- Motivation
- The scriptlint "standard" tl;dr
-
The scriptlint "standard"
- Rules enforceable via the scriptlint CLI
- Best practices
- The scriptlint CLI
- Contributing to scriptlint