Skip to content

Commit

Permalink
fix: typescript extensions not added to eslint script
Browse files Browse the repository at this point in the history
  • Loading branch information
justinm committed May 20, 2022
1 parent 93c2ee1 commit ea4e16f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class EslintImportRules extends Construct {
}

LifeCycle.implement(this);
LifeCycle.of(this).on(LifeCycleStage.BEFORE_SYNTH, () => {
LifeCycle.of(this).on(LifeCycleStage.SYNTH, () => {
const project = Project.of(this);
const tsSupport = TypescriptSupport.tryOf(project);
const eslint = EslintSupport.of(this);
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@pdkit/cli@workspace:packages/@pdkit/cli"
dependencies:
"@pdkit/core": 3.0.4
"@pdkit/core": 3.0.5
"@types/diff": 5.0.2
"@types/glob": 7.2.0
"@types/jest": 27.4.1
Expand Down Expand Up @@ -981,13 +981,13 @@ __metadata:
typescript: 4.6.3
yargs: 17.4.1
peerDependencies:
"@pdkit/core": 3.0.4
"@pdkit/core": 3.0.5
bin:
pdkit: index.ts
languageName: unknown
linkType: soft

"@pdkit/[email protected].4, @pdkit/core@workspace:packages/@pdkit/core":
"@pdkit/[email protected].5, @pdkit/core@workspace:packages/@pdkit/core":
version: 0.0.0-use.local
resolution: "@pdkit/core@workspace:packages/@pdkit/core"
dependencies:
Expand Down

0 comments on commit ea4e16f

Please sign in to comment.