Skip to content

Commit 3a753ab

Browse files
committed
fix: resolve incomplete linting across projects
1 parent 96e03ef commit 3a753ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"options": {
7373
"command": "eslint",
7474
"args": [
75-
"{projectRoot}/**/*.ts",
75+
"'{projectRoot}/**/*.ts'",
7676
"{projectRoot}/package.json",
7777
"--config={projectRoot}/eslint.config.js",
7878
"--max-warnings=0",

0 commit comments

Comments
 (0)