Skip to content

Commit

Permalink
fix(stylelint): fixed stylelint exception
Browse files Browse the repository at this point in the history
  • Loading branch information
sivasadobe committed Sep 12, 2024
1 parent 6a7bb2e commit 118403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lcov": "lcov -a coverage/jest/lcov.info -a coverage/wtr/lcov.info -o coverage/lcov.info",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint .",
"lint:css": "stylelint 'adobe-students/blocks/**/*.css' 'adobe-students/styles/*.css'"
"lint:css": "stylelint 'adobe-students/blocks/**/*.css' 'adobe-students/styles/*.css' --allow-empty-input"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 118403e

Please sign in to comment.