Skip to content

Commit

Permalink
fix: set basedir for plugin resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay authored and ismay committed May 27, 2024
1 parent e0edd72 commit 83e8d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/stylelint.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exports.stylelint = ({ files = [], apply = false, callback }) => {
const cwd = PACKAGE_ROOT
const args = [
'--report-needless-disables',
`--config-basedir=${PACKAGE_ROOT}`,
...(apply ? ['--fix'] : []),
...files,
]
Expand Down

0 comments on commit 83e8d43

Please sign in to comment.