Skip to content

Commit

Permalink
fixup! feat: resolve ignorefile for stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed May 22, 2024
1 parent 4eeba3d commit 60d97e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/stylelint.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ exports.stylelint = ({ files = [], apply = false, callback }) => {
const cwd = PACKAGE_ROOT
const args = [
'--report-needless-disables',
...(ignoreFile ? ['--ignore-path', ignoreFile] : []),
...(apply ? ['--fix'] : []),
...files,
]
Expand Down

0 comments on commit 60d97e7

Please sign in to comment.