Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upIdea: Include files using `standard.include` in `package.json` #1177
Comments
This comment has been minimized.
This comment has been minimized.
I like this, have a few TypeScript projects myself and would love for them to be standard-style published |
This comment has been minimized.
This comment has been minimized.
stale
bot
commented
Nov 9, 2018
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
stale
bot
added
the
stale
label
Nov 9, 2018
This comment has been minimized.
This comment has been minimized.
|
Hey @LinusU, I should be able to get to this PR sometime in December. Are you a part of the standard org and/or able to review the PR? |
stale
bot
removed
the
stale
label
Nov 14, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
stale
bot
commented
Feb 13, 2019
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
danielbankhead commentedAug 11, 2018
What version of standard?
11.0.1
What operating system, Node.js, and npm version?
OS: macOS 10.11.6
Node: 8.11.3
npm: 6.2.0
What did you expect to happen?
A way to include files that were excluded from
.gitignore.What actually happened?
No way to include files from
.gitignoreDetails
Say you're working on a project that compiles to JavaScript (e.g. TypeScript) and you'd like those distributable files to be formatted in
standard, but not committed in yourgitrepo itself. Adding this feature would give a user the flexibility to include files ignored from.gitiginoreandstandard.ignore.I'm interested in creating a PR in
standard-enginefor this feature if you think its a good idea.