-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
As titled. Looks like it happened since around npm@7. So this line is now inaccurate. We should allow user to specify "CHANGELOG"/"HISTORY"/"NOTICE" in "files" field
prettier-package-json/src/sort-files.ts
Lines 16 to 23 in cd4b591
const ALWAYS_INCLUDED = [ | |
/^package.json$/, | |
/^README.*/i, | |
/^CHANGE(S|LOG).*/i, | |
/^HISTORY.*/i, | |
/^LICEN(C|S)E.*/i, | |
/^NOTICE.*/i | |
] |
References:
Metadata
Metadata
Assignees
Labels
No labels