Skip to content

Commit

Permalink
fix(eslint-plugin-experience): tui only for exported
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 6, 2023
1 parent e9eec05 commit cb54021
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = {
},
{
selector: 'typeAlias',
modifiers: ['exported'],
format: ['PascalCase'],
prefix: ['Tui'],
},
Expand Down Expand Up @@ -104,6 +105,7 @@ module.exports = {
},
{
selector: 'typeAlias',
modifiers: ['exported'],
format: ['PascalCase'],
},
{
Expand Down

0 comments on commit cb54021

Please sign in to comment.