🚀 Feature: Lint rule for unnecessary ./ prefixes and the like in paths #731
Labels
status: in discussion
Not yet ready for implementation or a pull request
type: feature
New enhancement or request
Bug Report Checklist
main
branch of the repository.Overview
Coming over from JoshuaKGoldberg/create-typescript-app#1870: I've noticed that a lot of repos -including most of my own- unnecessarily include
./
prefixes in somepackage.json
fields, such asbin
.As in, many packages do this:
But they should be linted to doing this:
Additional Info
Investigation needed: what is the list of fields where this is the case?
bin
,main
, ...?💖
The text was updated successfully, but these errors were encountered: