1

Working on a project with old javascript compatible only for IE6 (sorry ...), I would like to Disable ESLint / CSSLint / Javascript validation / CSS validation for this project only in VS 2017.

I'm aware of the Options -> Text Editor -> Javascript -> ESlint -> Enable EsLint, unfortunately this option disables ESLint for every project : I would like to have ESLint enable for new web projects.

Thanks for your help

1 Answer 1

2

A bit late so I think you allready found it. Maybe it helps someone else.

You can turn off CssLint in Tools\Options\Text Editor\CSS\CssLint. There you have the option to disable CSS Lint.

1
  • Unfortunately, this works for a complete disable of cssLint. My first objective was to disable lint for one project only
    – nmariot
    Commented May 17, 2018 at 7:16

Not the answer you're looking for? Browse other questions tagged or ask your own question.