Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add
prevent-abbreviations
rule #237Add
prevent-abbreviations
rule #237Changes from 20 commits
ce06954
c864997
03c3623
95bd7d6
14798e5
0c02d75
b0b617e
7d1d3c6
39458e8
e570377
edcb725
8a937ea
0629752
41151bb
fe18839
94bc269
d42ae8c
bb298fc
6816219
2556cb8
9a5b9d1
3d7e2fe
d87e1c1
2f0f9dd
4905a8d
fd909dc
50040d6
5020c71
ab2df1c
ec879b7
7503555
7cd9aac
1d35ec9
c68d20c
108b8b3
9f91294
d9f9b10
80ea61f
7b86154
26f43c2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@futpib What do you think about starting to use JS config syntax for our examples? The JSON looks so ugly, and most people use JS config anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, but can we defer this to a separate issue too? This would require editing other rules docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use
xo
key inpackage.json
for configuration though, so it is in json.