Skip to content

Commit

Permalink
Add file search for eslint in lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 11, 2023
1 parent afb7a51 commit 861987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"scripts": {
"prelint": "prettier . --check",
"lint": "eslint && stylelint 'x-govuk/**/*.scss'",
"lint": "eslint '**/*.js' && stylelint 'x-govuk/**/*.scss'",
"test": "node --test",
"coverage": "node --test --experimental-test-coverage",
"release": "np"
Expand Down

0 comments on commit 861987f

Please sign in to comment.