Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
eps1lon and oliviertassinari committed Dec 30, 2020
1 parent d0d5637 commit 68dee8d
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 used for generating TypeScript declaration files (#ts-source-files)
{
files: ['**/packages/**/src/**/*.tsx'],
files: ['packages/*/src/**/*.tsx'],
excludedFiles: '*.spec.tsx',
rules: {
'no-restricted-imports': [
Expand Down

0 comments on commit 68dee8d

Please sign in to comment.