Skip to content

Commit

Permalink
Merge pull request #175 from elsoul/fix/eslintrc
Browse files Browse the repository at this point in the history
tsconfig for webapp
  • Loading branch information
KishiTheMechanic authored Oct 28, 2023
2 parents 56ab074 + c719f7a commit 5bd1dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/init/eslintrc.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const eslintrcJson = async (appName: string, template: string) => {
'prettier',
],
parserOptions: {
project: './tsconfig.json',
project: './webapp/tsconfig.json',
ecmaVersion: 'latest',
sourceType: 'module',
},
Expand Down

0 comments on commit 5bd1dd0

Please sign in to comment.