Skip to content

Commit

Permalink
refactor(ui-scripts): fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasf authored and HerrTopi committed Aug 18, 2023
1 parent 29f0771 commit ed14222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui-scripts/lib/test/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default {
if (jspaths.length) {
commands['eslint'] = getCommand('eslint', [
...jspaths,
'--ext .js,.jsx,.ts,.tsx',
'--ext',
'.js,.jsx,.ts,.tsx',
'--no-error-on-unmatched-pattern'
])
}
Expand Down

0 comments on commit ed14222

Please sign in to comment.