Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Fix incorrect .eslintrc.js path
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Aug 31, 2020
1 parent 073bec3 commit bb72ec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class TSProjectGenerator<TSettings extends ITSProjectSettings = ITSProjec
cwd: tempDir.FullName,
fix: true,
useEslintrc: false,
overrideConfigFile: this.destinationPath(".eslintrc.js"),
overrideConfigFile: tempDir.MakePath(".eslintrc.js"),
overrideConfig: {
parserOptions: {
project: tsConfigFile
Expand Down

0 comments on commit bb72ec6

Please sign in to comment.