Skip to content

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

Merged
btmills merged 1 commit intomasterfrom
eslint-skip
Jul 2, 2017
Merged

New: Custom eslint-skip HTML comment skips blocks (fixes #69)#73
btmills merged 1 commit intomasterfrom
eslint-skip

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.

1 participant