Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ignore .d.ts in dist/ for ESLint #1258

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

koba04
Copy link
Collaborator

@koba04 koba04 commented Jul 1, 2021

I've had the following error while running yarn lint, which is caused by checking .d.ts files in dist/. So I've ignored them.

  0:0  error  Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
The file does not match your project config: immutable/dist/src/index.d.ts.
The file must be included in at least one of the projects provided

I've also removed unnecessary ignored targets.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 1, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 31c5ecd:

Sandbox Source
SWR-Basic Configuration
SWR-States Configuration
SWR-Infinite Configuration
SWR-SSR Configuration

@shuding shuding merged commit 755eee3 into vercel:master Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants