Skip to content

Commit

Permalink
fix(stylelint-config-triple): require custom syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
drakang4 committed Mar 2, 2023
1 parent 69b0a0a commit c29a3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stylelint-config-triple/stylelint.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = {
overrides: [
{
files: ['**/*.{js,ts,tsx}'],
customSyntax: 'postcss-styled-syntax',
customSyntax: require('postcss-styled-syntax'),
rules: {
// postcss-styled-syntax와 같이 사용하면 아직 버그가 있어서 일부 `no-empty`, `case`, 'no-unknown' 규칙을 끕니다.
'block-no-empty': null,
Expand Down

0 comments on commit c29a3c4

Please sign in to comment.