Does the ESLint support hook in to the mozilla-eslint configuration? Can
you please update https://developer.mozilla.org/en-US/docs/ESLint or
https://wiki.mozilla.org/DevTools/CodingStandards#JS_linting_with_ESLint
with any steps required to configure this plugin?

Thanks!

- jared

On Thu, Feb 23, 2017 at 11:48 AM, Marco Bonardo <mbona...@mozilla.com>
wrote:

> Hi,
> I recently started testing VS Code as a replacement for Sublime Text or
> Atom, and so far the experience has been better than I was expecting. I
> suspect others of you are doing the same.
>
> In bug 1341585, I'm adding .vscode/settings.json to the ignore lists, so
> that everyone can create his own workspace settings file.
>
> Additionally, I'd like to provide an extensions.json that contains a list
> of extensions "recommended" to newcomers. The purpose is to help new
> contributors setting up their editor if they'd ever decide to use VS Code.
> These extensions are suggested the first time the worskspace (src root
> dir) is opened, and can be reached at any time through the Show Recommended
> Extensions for this Workspace menu. they are only suggested, not installed
> by default.
>
> I'd like you to help me figuring out this list of extensions. Please
> provide feedback about the ones I picked, and suggest others that you are
> using for your everyday work.
>
> My current list:
>         // Trim only touched lines.
>         "NathanRidley.autotrim",
>
>         // Hilight trailing whitespaces.
>         "ybaumes.highlight-trailing-white-spaces",
>
>         // JS Babel ES6/ES7 syntax hilight.
>         "dzannotti.vscode-babel-coloring",
>         "dzannotti.theme-spacemacs",
>
>         // ESLint support.
>         "dbaeumer.vscode-eslint",
>
>         // C/C++ language support.
>         "ms-vscode.cpptools",
>
>         // Rust language support.
>         "saviorisdead.RustyCode"
>
> Thank you
>
> _______________________________________________
> firefox-dev mailing list
> firefox-...@mozilla.org
> https://mail.mozilla.org/listinfo/firefox-dev
>
>
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to