Skip to content

Commit

Permalink
fix: include perf benchmarks in overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr committed Jan 19, 2023
1 parent 89ff182 commit fee7c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ module.exports = {
'**/__tests__/*.test.{ts,tsx}',
'**/__fixtures__/*.tsx',
'**/__test__/*.spec.{ts,tsx}',
'performance-benchmarks/**/*.tsx',
],
rules: {
// stories and tests aren't public, they don't need display names
Expand Down

0 comments on commit fee7c3a

Please sign in to comment.