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

Use login.gov shared Stylelint configuration #276

Merged
merged 2 commits into from
Dec 9, 2021

Conversation

aduth
Copy link
Member

@aduth aduth commented Dec 9, 2021

Related: 18F/identity-idp#5689

Why: So that we can use a common standard ruleset across all repositories where Sass is used.

Related: 18F/identity-idp#5689

**Why:** So that we can use a common standard ruleset across all repositories where Sass is used.
@@ -9,7 +9,7 @@ const replace = require('gulp-replace');
const rename = require('gulp-rename');
const gulpif = require('gulp-if');
const sass = require('gulp-sass')(require('sass'));
const gulpStylelint = require('gulp-stylelint');
Copy link
Member Author

@aduth aduth Dec 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gulp-stylelint may be abandoned, as it doesn't support the newest major release of Stylelint released early in the year, and the maintainer hasn't been active in related issues (olegskl/gulp-stylelint#132).

In any case, the dependency shifting here removed a lot from the dependency tree (net -1719 lines in package-lock.json), which I'm pretty happy about.

Copy link
Contributor

@mitchellhenke mitchellhenke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼 👍🏼 👍🏼 👍🏼

@aduth aduth merged commit 0762643 into main Dec 9, 2021
@aduth aduth deleted the aduth-standard-stylelint-config branch December 9, 2021 15:47
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

Successfully merging this pull request may close these issues.

None yet

2 participants