Skip to content

Commit

Permalink
Eslintrc: add TypeScript tests and stories to development files (#40504)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo authored Apr 21, 2022
1 parent 2f0f6de commit 47a5359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const majorMinorRegExp =
*/
const developmentFiles = [
'**/benchmark/**/*.js',
'**/@(__mocks__|__tests__|test)/**/*.{js,ts,tsx}',
'**/@(storybook|stories)/**/*.js',
'**/@(__mocks__|__tests__|test)/**/*.[tj]s?(x)',
'**/@(storybook|stories)/**/*.[tj]s?(x)',
'packages/babel-preset-default/bin/**/*.js',
];

Expand Down

0 comments on commit 47a5359

Please sign in to comment.