Skip to content

Commit

Permalink
ESLint: Fix broken URL reference for stylelint (WordPress#68706)
Browse files Browse the repository at this point in the history
Co-authored-by: im3dabasia <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: shail-mehta <[email protected]>
  • Loading branch information
4 people authored Jan 16, 2025
1 parent 9f7d7dc commit a89831f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/scripts/lint-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const args = getArgsFromCLI();

const defaultFilesArgs = hasFileArgInCLI() ? [] : [ '**/*.{css,pcss,scss}' ];

// See: https://stylelint.io/user-guide/configuration
// See: https://stylelint.io/user-guide/configure/
const hasLintConfig =
hasArgInCLI( '--config' ) ||
hasProjectFile( '.stylelintrc.js' ) ||
Expand Down

0 comments on commit a89831f

Please sign in to comment.