Skip to content

Commit

Permalink
fix(nx): fix lint exclusion for workspace libs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored and vsavkin committed Jul 10, 2019
1 parent e51c7a4 commit 3495e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/schematics/library/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import {
move,
noop
} from '@angular-devkit/schematics';
import { join, normalize } from '@angular-devkit/core';
import { Schema } from './schema';

import { NxJson } from '@nrwl/workspace';
import { updateJsonInTree, readJsonInTree } from '@nrwl/workspace';
import { toFileName, names } from '@nrwl/workspace';
import { formatFiles } from '@nrwl/workspace';
import { join, normalize } from 'path';
import { offsetFromRoot } from '@nrwl/workspace';

export interface NormalizedSchema extends Schema {
Expand Down

0 comments on commit 3495e94

Please sign in to comment.