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

New: Custom eslint-skip HTML comment skips blocks (fixes #69) #73

Merged
merged 1 commit into from
Jul 2, 2017

Conversation

btmills
Copy link
Member

@btmills btmills commented Jun 17, 2017

<!-- eslint-skip -->

```js
{
    // This code block is hidden from ESLint.
    "hello": "world"
}
```

```js
console.log("This code block is linted normally.");
```

@btmills btmills merged commit f8ba18a into master Jul 2, 2017
@btmills btmills deleted the eslint-skip branch July 2, 2017 20:03
@btmills
Copy link
Member Author

btmills commented Jul 2, 2017

This has been released in v1.0.0-beta.7.

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

1 participant