Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckyMaler authored and ZachJW34 committed Oct 24, 2021
1 parent 55ba3c7 commit 5b60ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/nuxt/src/migrations/update-11.0.0/update-11.0.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { chain, Rule } from '@angular-devkit/schematics';
import {
addDepsToPackageJson,
readWorkspace,
updateJsonInTree,
updatePackagesInPackageJson,
} from '@nrwl/workspace';
import * as path from 'path';
Expand Down
2 changes: 2 additions & 0 deletions libs/vue/src/migrations/update-10.0.0/update-10.0.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ function updateJestConfig(projectRoot: string) {

if (!hasGlobals) {
return addPropertyToJestConfig(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
tree as any,
`${projectRoot}/${jestConfig}`,
'globals',
{ 'vue-jest': vueJestConfig }
);
} else {
return addPropertyToJestConfig(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
tree as any,
`${projectRoot}/${jestConfig}`,
'globals.vue-jest',
Expand Down

0 comments on commit 5b60ad0

Please sign in to comment.