Skip to content

Commit

Permalink
Use allowAutomaticSingleRunInference
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed May 19, 2024
1 parent a4df275 commit b55ef44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ jobs:

build:

env:
TSESTREE_SINGLE_RUN: 'false'

name: Build

runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,11 @@ task
languageOptions:
{
parserOptions:
{ extraFileExtensions: ['.tstest'], project: 'tsconfig.json' },
{
allowAutomaticSingleRunInference: true,
extraFileExtensions: ['.tstest'],
project: 'tsconfig.json',
},
},
},
{
Expand Down

0 comments on commit b55ef44

Please sign in to comment.