mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
ensure we lint these new JS files
This commit is contained in:
parent
1f0bab8c7d
commit
1f78ef63d1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const ESLINT_ARGS = [
|
|||
'--rulesdir=./eslint-rules',
|
||||
'./{script,eslint-rules}/**/*.{j,t}s?(x)',
|
||||
'./tslint-rules/**/*.ts',
|
||||
'./app/webpack*.js',
|
||||
'./app/*.js',
|
||||
'./app/{src,typings,test}/**/*.{j,t}s?(x)',
|
||||
...process.argv.slice(2),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue