Skip to content

Commit

Permalink
chore: 🔧 Added excempt for css modules line length in prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed May 24, 2023
1 parent edc6f83 commit 9585a47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
**/*.module.css
packages/tokens/brand/**/*
1 change: 1 addition & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ module.exports = {
proseWrap: 'preserve',
htmlWhitespaceSensitivity: 'css',
singleAttributePerLine: true,
overrides: [{ files: '**/*.module.css', options: { printWidth: 160 } }],
};

0 comments on commit 9585a47

Please sign in to comment.