Skip to content

Commit

Permalink
fix(stylint): updates stylint to ignore storybook static files
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLancey committed Dec 16, 2023
1 parent 63e36e5 commit 9d83bf6
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 461 deletions.
5 changes: 3 additions & 2 deletions packages/wethegit-components/.stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
extends: ["stylelint-config-custom/base"]
};
extends: ["stylelint-config-custom/base"],
ignoreFiles: ["storybook-static/**/*"],
}
Loading

0 comments on commit 9d83bf6

Please sign in to comment.