Skip to content

[Feature] Add standalone npm scripts for linting and formatting #2887

Description

@EmmaYuan1015

Summary

Add dedicated lint and format npm scripts that expose the corresponding Gulp tasks already available in the repository.

Background

The project currently runs linting as part of the main build pipeline. The build script invokes gulp build, and the Gulp build task includes linting before compilation.

Although this ensures that linting is performed during a full build, package.json does not currently provide an obvious way to run linting or formatting independently. Contributors need to know the internal Gulp task names and invoke them directly:

gulp lint
gulp format

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions