Skip to content

Commit

Permalink
Add segmented- class to tailwind eslint whitelist.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhin committed Sep 13, 2023
1 parent 152abc1 commit bf70255
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ module.exports = {
],
},
settings: {
tailwindcss: {
whitelist: ['segmented-'],
},
'import/resolver': {
alias: [
['~bg', './src/bg'],
Expand Down

0 comments on commit bf70255

Please sign in to comment.