Skip to content

Commit d6e964c

Browse files
Fix lint
1 parent 9f050b8 commit d6e964c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dotcom-rendering/scripts/env/check-deps.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ if (pkg.devDependencies) {
1212
* We don't check packages that are not semver-compatible
1313
* @type {RegExp[]}
1414
*/
15-
const exceptions = /** @type {const} */ ([
16-
/npm:@guardian\/react-crossword@0.0.0-canary/,
17-
]);
15+
const exceptions = /** @type {const} */ ([/npm:@guardian\/react-crossword@/]);
1816

1917
const mismatches = Object.entries(pkg.dependencies)
2018
.filter(

0 commit comments

Comments
 (0)