Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 9242c3d

Browse files
fix: lint all js files except ignored
1 parent 54a0b15 commit 9242c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = () => {
7777
security: 'npm audit',
7878
'lint:prettier':
7979
'prettier "{**/*,*}.{js,json,md,yml,css,ts}" --list-different',
80-
'lint:js': 'eslint --cache src test',
80+
'lint:js': 'eslint --cache .',
8181
lint: 'npm-run-all -l -p "lint:**"',
8282
'test:only': 'cross-env NODE_ENV=test jest',
8383
'test:watch': 'cross-env NODE_ENV=test jest --watch',

0 commit comments

Comments
 (0)