From 4eeba3dd452aff5bde602bfbf32023c515da85d1 Mon Sep 17 00:00:00 2001 From: ismay Date: Wed, 22 May 2024 14:40:25 +0200 Subject: [PATCH] fixup! feat: resolve ignorefile for stylelint --- src/tools/stylelint.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/stylelint.js b/src/tools/stylelint.js index 001b32de..4114818e 100644 --- a/src/tools/stylelint.js +++ b/src/tools/stylelint.js @@ -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 = [