Skip to content

Commit

Permalink
Merge pull request desktop#3275 from streeter/patch-2
Browse files Browse the repository at this point in the history
Lint webpack files as well
  • Loading branch information
shiftkey authored Nov 8, 2017
2 parents 39e05f4 + c444eaa commit b25bdd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const ESLINT_ARGS = [
'--rulesdir=./eslint-rules',
'./{script,eslint-rules}/**/*.{j,t}s?(x)',
'./tslint-rules/**/*.ts',
'./app/webpack*.js',
'./app/{src,typings,test}/**/*.{j,t}s?(x)',
...process.argv.slice(2),
]
Expand Down

0 comments on commit b25bdd1

Please sign in to comment.