Skip to content

Commit

Permalink
fix(eslint): match deeper and deeper test files!
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 13, 2019
1 parent 12712f4 commit 3053871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ exports.jest = {
}

exports.test = {
files: '{test,tests}/**/*.{js,jsx,mdx,ts,tsx,vue}',
files: '**/{test,tests}/**/*.{js,jsx,mdx,ts,tsx,vue}',
rules: {
'node/no-extraneous-import': 0,
},
Expand Down

0 comments on commit 3053871

Please sign in to comment.