Skip to content

Commit

Permalink
Fix linting script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Oct 7, 2023
1 parent 165b00b commit 32d5d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build-tools": "tsc -p tools",
"fix-translations": "node tools/dist/fix-translations.js",
"translations-summary": "node tools/dist/translations-summary",
"lint": "eslint src/*.ts",
"lint": "eslint src/**/*.ts",
"rollup": "rollup -c"
},
"dependencies": {
Expand Down Expand Up @@ -77,4 +77,4 @@
"lit-element": "3.1.2",
"@lit/reactive-element": "1.2.1"
}
}
}

0 comments on commit 32d5d79

Please sign in to comment.