Skip to content

Commit

Permalink
fix: lint all js files except ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 14, 2019
1 parent 54a0b15 commit 9242c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = () => {
security: 'npm audit',
'lint:prettier':
'prettier "{**/*,*}.{js,json,md,yml,css,ts}" --list-different',
'lint:js': 'eslint --cache src test',
'lint:js': 'eslint --cache .',
lint: 'npm-run-all -l -p "lint:**"',
'test:only': 'cross-env NODE_ENV=test jest',
'test:watch': 'cross-env NODE_ENV=test jest --watch',
Expand Down

0 comments on commit 9242c3d

Please sign in to comment.