-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Right now: https://github.com/peerigon/scriptlint/blob/master/src/constants.ts#L3
export const NAMESPACES = [
"build",
"dev",
"format",
"other",
"report",
"setup",
"start",
"test",
];
I have encoutered two (for me) common scripts, that don't quite fit any of these:
- fetching data from remote APIs (e.g. translation service) – maybe
setup:<foo>? - running automated housekeeping tasks (updtr) – also with
setup?
How about you?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested