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

Bump stylelint from 14.16.1 to 15.10.1 in /backend #1436

Merged
merged 15 commits into from
Sep 26, 2023
Merged
19 changes: 19 additions & 0 deletions backend/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
**/uswds
static/scss/**
static/compiled/**

# testing artifacts
.lighthouseci/**
cypress/**/*.cy.js
data_fixtures/**
audit/fixtures/**

# rendered files
schemas/output/**


# template linting/style checks handled by djlint
report_submission/templates/**
audit/templates/**
djangooidc/templates/**
templates/**
3 changes: 3 additions & 0 deletions backend/.stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/uswds
static/compiled/**
.lighthouseci/**
6 changes: 1 addition & 5 deletions backend/.stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"extends": [
"stylelint-config-standard",
"stylelint-config-standard-scss",
"stylelint-config-prettier"
],
"extends": ["stylelint-config-standard", "stylelint-config-standard-scss"],
"rules": {
"selector-class-pattern": null,
"no-descending-specificity": null,
Expand Down
Loading