Skip to content
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

Remove deprecated forked indent rule #41

Open
jimjenkins5 opened this issue Dec 27, 2019 · 0 comments
Open

Remove deprecated forked indent rule #41

jimjenkins5 opened this issue Dec 27, 2019 · 0 comments

Comments

@jimjenkins5
Copy link
Contributor

The indent rule was originally forked to provide support for lining up variable declarations. The new indent rule now has a setting to support this. In fact, silvermine's own config no longer uses this forked rule and uses the default rule instead.

We should remove this unnecessary rule now, before pushing a breaking change version, to reduce maintenance overhead.

jimjenkins5 added a commit to jimjenkins5/eslint-plugin-silvermine that referenced this issue Dec 27, 2019
The reason for forking the indent rule was to allow us to line up
variable declarations. The original indent rule only allowed doing this
if you used 2 or 4 space indent. The new eslint rule has a setting to
require variable declarations to line up, so this rule is no longer
needed. In fact, our own config now uses the default rule.
jimjenkins5 added a commit to jimjenkins5/eslint-plugin-silvermine that referenced this issue Jan 10, 2020
The reason for forking the indent rule was to allow us to line up
variable declarations. The original indent rule only allowed doing this
if you used 2 or 4 space indent. The new eslint rule has a setting to
require variable declarations to line up, so this rule is no longer
needed. In fact, our own config now uses the default rule.
jthomerson pushed a commit that referenced this issue Jan 22, 2020
The reason for forking the indent rule was to allow us to line up
variable declarations. The original indent rule only allowed doing this
if you used 2 or 4 space indent. The new eslint rule has a setting to
require variable declarations to line up, so this rule is no longer
needed. In fact, our own config now uses the default rule.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant