Skip to content

Commit

Permalink
ESLint: Fix broken URL reference for stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Jan 16, 2025
1 parent 041ca27 commit 71cd70c
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 71cd70c

Please sign in to comment.