Skip to content

Commit

Permalink
Scope to tsx files only
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Mar 17, 2022
1 parent 9dba304 commit 0e90cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ module.exports = {
{
files: [
'**/@(storybook|stories)/*',
'packages/components/src/**/*.{ts,tsx}',
'packages/components/src/**/*.tsx',
],
rules: {
// Useful to add story descriptions via JSDoc without specifying params,
Expand Down

0 comments on commit 0e90cb2

Please sign in to comment.