Closed scagood closed 1 year ago
Ah, I see some of the tests are still skipped. Never mind.
This is just because the ppm install linter-eslint
just does not seem to install linter-eslint
. So the tests all throw an error saying as much.
See: https://github.com/scagood/linter-eslint-node/actions/runs/5484423520/jobs/9991948934
Maybe try installing from GitHub just for fun?
ppm install AtomLinter/linter-eslint
😢
It looks to be intstalled 🤔 This is very odd.
Oh, the package path in package-integration-spec.js
is still hard-coded:
const packagesRoot = Path.join(root, '.atom', 'packages');
Try switching that to .pulsar
.
Aaaah, dang it, the same thing has happened in a couple of places.
Please hold 🎶
Well, I dislike windows 😂
Created a PR here to save the action costs 👀 https://github.com/scagood/linter-eslint-node/pull/1
@savetheclocktower What do you think of the hack for installing deps on windows?
If its reasonable we could look to merge this. May see if I can get a windows machine and also try to fix ppm
/pulsar -p
@savetheclocktower Should we progress this PR?
Looks like we're good. I'll land this and then you can rebase #38 and #41. Thanks a lot!
Another thing we should tackle in the future is automatic release to the Pulsar Package Repository, but that might require some small amount of @UziTech's time just to work out how to generate and store a secret token. It can wait.
Thank you so very much for doing this.
Looks like you got Windows working — are we good to land this PR?