Skip to content

Commit

Permalink
eslint-config: Keep eslint command in test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Jan 5, 2025
1 parent a4c6831 commit 47f52d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions leyman/eslint-config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "@leyman/eslint-config",
"targets": {
"biome": {},
"eslint": {},
"npm-update-ts-references": {},
"delete-dist": {},
"populate-static": {},
Expand All @@ -14,7 +13,7 @@
"executor": "nx:run-commands",
"options": {
"commands": [
"c8 --clean=false --reporter=none eslint . './**/*.{c,m,}ts{x,}' './**/*.{c,m,}js'"
"c8 --clean=false --reporter=none eslint . --cache --cache-strategy content --color"
],
"parallel": true,
"color": true,
Expand Down

0 comments on commit 47f52d8

Please sign in to comment.