Skip to content

Commit

Permalink
fix: eslint breaking import order
Browse files Browse the repository at this point in the history
fixes #157
  • Loading branch information
ffMathy authored Sep 15, 2023
1 parent 26160f5 commit 5c507d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/pulumi/src/generators/init/files/index.ts.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable */

import { loadConfig, register } from 'tsconfig-paths'

const config = loadConfig('.')
Expand Down

0 comments on commit 5c507d4

Please sign in to comment.