Skip to content

Commit

Permalink
Style(design-tokens): Disable operator-linebreak to comply with exp…
Browse files Browse the repository at this point in the history
…orter output and prettier
  • Loading branch information
crishpeen committed Nov 12, 2024
1 parent 799bf51 commit c1a59e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/design-tokens/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ module.exports = {

rules: {
'prettier/prettier': 'off',
'operator-linebreak': 'off',
},
};

0 comments on commit c1a59e5

Please sign in to comment.