fix: disable linting for npm libraries
The linting process is not relevant for npm libraries, as they typically do not contain PHP code. Disabling linting for these libraries reduces unnecessary processing and improves the efficiency of the CI pipeline.
Please register or sign in to comment