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 16, 2022
1 parent 4deb885 commit a3744a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
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 a3744a8

Please sign in to comment.