0.0.4 • Published 5 years ago

eslint-disable-parsing v0.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

eslint-disable-parsing

Thing to prevent ESLint from parsing some code, that not a valid JavaScript (that, for example, handled by some custom preprocessor).

To use, specify it as a parser:

"parser": "eslint-disable-parsing"

If you are using custom parser (not espree), then pass it to parseOptions:

"parserOptions": { "disableParsingParser": "my-super-cool-parser" }

It will be require()'d.

Next features are supported:

/* eslint-disable-parsing */
Definitely not a JavaScript
/* eslint-enable-parsing */

Definitely not a JavaScript // eslint-disable-line-parsing

// eslint-disable-next-line-parsing
Definitely not a JavaScript
0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago