Skip to content

improve categories/namespaces #17

@moritzjacobs

Description

@moritzjacobs

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions