If the editor can execute Node.js directly (like Atom or Visual Studio Code), you can use Node.js API: http://eslint.org/docs/developer-guide/nodejs-api Otherwise (like Sublime Text or Vim), maybe you can use CLI and communicate by stdio: http://eslint.org/docs/user-guide/command-line-interface
2016年8月2日(火) 16:50 Abel <[email protected]>: > Ok. And is there any documentation about how to code editor integrations > with ESLint? I'm thinking in doing it myself. > > On Aug 1, 2016 6:50 PM, "Nicholas Zakas" <[email protected]> > wrote: > >> All of the integrations we know of are listed here: >> http://eslint.org/docs/user-guide/integrations >> >> I'm sorry, I'm not familiar with Geany so I don't know how difficult it >> would be to integrate ESLint with it. >> >> On Mon, Aug 1, 2016 at 9:03 AM, Abel Por Qué No <[email protected]> >> wrote: >> >>> Hello! >>> >>> I use Geany <http://geany.org/> as my main and preferred editor, is >>> there any integration of ESLint with Geany available? If not, how complex >>> would it be to have it so? >>> >>> Greetings, >>> >>> Akronix. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "ESLint" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> >> ______________________________ >> Nicholas C. Zakas >> @slicknet >> >> Author, Principles of Object-Oriented JavaScript <http://amzn.to/29Pmfrm> >> Author, Understanding ECMAScript 6 <http://amzn.to/29K1mIy> >> > -- > You received this message because you are subscribed to the Google Groups > "ESLint" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ESLint" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
