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

feat(sandbox): add ignore header to js files #2291

Merged
merged 1 commit into from
Jul 4, 2020

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Jul 4, 2020

Add an ignore header to each js (or friend) file in the sandbox. This should allow files to be transpiled no matter the contents. For more info, see #2276

The header now consists of:

/* eslint-disable */
// @ts-nocheck

But we can later decide to include more ignore rules.

Add an ignore header to each js (or friend) file in the sandbox. This should allow files to be transpiled no matter the contents. For more info, see #2276

The header now consists of:

```js
/* eslint-disable */
// @ts-nocheck
```

But we can later decide to include more ignore rules.
@nicojs nicojs merged commit 3adde83 into epic/mutation-switching Jul 4, 2020
@nicojs nicojs deleted the feat/add-ignore-header branch July 4, 2020 21:12
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.

1 participant