Skip to content

Commit b51ec1c

Browse files
committed
fix: update disabled rule after removing @angular/ssr devDep
1 parent c5d7911 commit b51ec1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/getAngularVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { readJSON } = require('fs-extra')
88
const getAngularVersion = async function (root) {
99
let packagePath
1010
try {
11-
// eslint-disable-next-line n/no-extraneous-require
11+
// eslint-disable-next-line n/no-missing-require
1212
packagePath = require.resolve('@angular/core/package.json', { paths: [root] })
1313
} catch {
1414
// module not found

0 commit comments

Comments
 (0)