eslint / espree

Monorepo for the JS language tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rhino/Nashorn support

oshando opened this issue · comments

Is there a way to get Espree to work with Rhino or Nashorn? I've been searching but I can't seem to find any documentation to support that.

We don’t officially support Rhino or Nashorn, but Espree is just JS. You should be able to use something like Webpack to bundle Espree into a single file and it should run in any JS runtime.