Skip to content

Commit

Permalink
chore(ci): exclude files taking long to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Nov 17, 2020
1 parent 926c717 commit 25609ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/pathIgnorePattern.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ module.exports = `(${[
'react-dom\\.development\\.js',
'vendor\\.min\\.js',
'jquery-3\\.4\\.1\\.min\\.js',
'reach/reach-ui/packages/combobox/examples/cities\\.ts',
'test262-main\\.ts',
'sample_vis\\.test\\.mocks\\.ts',
].join('|')})`;

0 comments on commit 25609ea

Please sign in to comment.