mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #99] trimRight & trimLeft are not part of the ES standard #84
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukelex on GitHub (Dec 17, 2017).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/99
I've stumbled on a use case where polyfills are not an option. Ideally I'd suggest rewriting all ocurrencies into using inline functions instead of relying on the client to have it available.
I'm willing to implement this if you agree.
For reference:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/TrimRight
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/TrimLeft
@DavidAnson commented on GitHub (Dec 17, 2017):
Interesting timing, I did this a few days ago:
github.com/DavidAnson/markdownlint@1184281c87It will be part of the next release, probably early January. Is that okay for you?
@lukelex commented on GitHub (Dec 18, 2017):
I'll be fine for now since I'm using a forked version with a similar approach.
On another note, It'd be nice to know what're the plans for the project so that noobs like myself can collaborate in ways that you'd be willing to accept.
@DavidAnson commented on GitHub (Dec 18, 2017):
I generally try to work through the issue list, prioritizing bugs. The bulk of issues now are new rules, some of which I’m not sure I agree with, at least not defaulted to enabled which is convention.
What kind of planning do you have in mind?
@lukelex commented on GitHub (Dec 28, 2017):
Maybe some general thoughts on upcoming features that are yet to be implemented for future versions. Maybe consider grouping them into a milestone for the next version or tag them with
up-for-grabs.@DavidAnson commented on GitHub (Dec 28, 2017):
I don’t have any significant plans that aren’t already reflected in the issue list. Right now, the thing that seems most valuable is enabling custom rules to be added at run time. This will allow anyone to develop and refine any of the proposed rules without waiting on me. I had been deferring this work for a variety of reasons, but recently came up with an approach I think I like. If successful, contributors could pick up any of the rules in the issues list and implement them independently.
@DavidAnson commented on GitHub (Jan 24, 2018):
Released in
0.7.0.