ext / ext/npm-pkg-lint

Should validate sideEffects field

Open
#326 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
9
Forks
1
Avg merge
38m
Merged PRs (30d)
1

Description

If the `sideEffects` field is set to an array of strings it should be set to files existing in the package:

```json
{
"sideEffects": ["./dist/has-side-effects.js"]
}
```

Each file should be validated for presence in the package.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.