Skip to content

Commit 673cd78

Browse files
committed
ignore fonts folder
1 parent 350165e commit 673cd78

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

packages/fuselage/.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/fonts

packages/fuselage/.stylelintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/dist
22
/src/styles/colorPalette.scss
33
/storybook-static
4+
/src/fonts

packages/fuselage/.stylelintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"plugins": ["stylelint-order", "stylelint-scss", "stylelint-prettier"],
33
"customSyntax": "postcss-scss",
4-
"ignoreFiles": ["src/**/*.js"],
4+
"ignoreFiles": ["src/**/*.js", "src/fonts/**/*.css"],
55
"rules": {
66
"prettier/prettier": true,
77
"block-no-empty": true,

0 commit comments

Comments
 (0)