You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
(Note: I am using ESLint via eslint-loader for webpack)
ESLint: 1.9.0
eslint-loader: 1.1.1
typescript-eslint-parser: 0.1.0-alpha-1
acornJSX = require("acorn-jsx/inject")
is part of the var declaration at the top of parser.js but acorn-jsx is not a dependency of the project.It doesn't seem like
acornJSX
is actually used anywhere, would you like a PR with the require statement removed?The text was updated successfully, but these errors were encountered: