Skip to content

Commit d581f15

Browse files
authored
chore: update ESLint dependencies (#14595)
1 parent 96f00c6 commit d581f15

File tree

2 files changed

+90
-92
lines changed

2 files changed

+90
-92
lines changed

constraints.pro

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ gen_enforced_dependency(WorkspaceCwd, DependencyIdent, DependencyRange2, Depende
2222
% @types/node in the root need to stay on ~14.14.45
2323
'@types/node',
2424
% upgrading the entire repository is a breaking change
25-
'glob',
26-
% repository and snapshot
27-
'prettier'
25+
'glob'
2826
]).
2927

3028
% Enforces that a dependency doesn't appear in both `dependencies` and `devDependencies`

0 commit comments

Comments
 (0)