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 2599f6f commit 4eeba3d
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 @@ -2,7 +2,6 @@ const { bin } = require('@dhis2/cli-helpers-engine').exec
const { PACKAGE_ROOT } = require('../utils/paths.js')

exports.stylelint = ({ files = [], apply = false, callback }) => {
const ignoreFile = resolveIgnoreFile(['.stylelintignore'])
const cmd = 'stylelint'
const cwd = PACKAGE_ROOT
const args = [
Expand Down

0 comments on commit 4eeba3d

Please sign in to comment.