Skip to content

Commit 56e46f6

Browse files
authored
Enable dep check for preset (#355)
1 parent 5c68045 commit 56e46f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/typescript-resolver-files/.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
{
2121
"files": ["*.json"],
2222
"parser": "jsonc-eslint-parser",
23-
"rules": {}
23+
"rules": {
24+
"@nx/dependency-checks": "error"
25+
}
2426
}
2527
]
2628
}

0 commit comments

Comments
 (0)