How can I disable JSCS in Web Essentials for Visual Studio 2013?

Keen

How might I disable JSCS in the latest version of Web Essentials for Visual Studio 2013?

I was unable to find a relevant option in the menu.

I tried setting the JSCS configuration to ignore all files. This caused it to occasionally generate messages that wouldn't leave my Error List panel until I cleaned the solution.

Bryan Knox

Web Essentials 2013 for Update 4 supports a .weignore file where you can disable JSCS, or other linters and compilers, independently of each other.

See https://github.com/madskristensen/WebEssentials2013/pull/1250

Create a .weignore file and add the following line:

**\*.js jscs

That's a tab character between the *.js and the jscs parts of the line.

You can create a global .weignore file in your user folder (C:\Users\username), or in your project or solution folder.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I suppress the JSHint "JSCS: Illegal Space" warnings in Visual Studio 2013?

From Dev

Visual Studio 2013 Keeps Crashing with Web Essentials

From Dev

How can I configure Web Essentials 2013 to ignore files?

From Dev

How can I configure Web Essentials 2013 to ignore files?

From Dev

How can I bring back Web Essentials CSS Output Window in Visual Studio

From Dev

Integrating Compass into Visual Studio 2013 update 2 with Web Essentials 2013

From Dev

How do you use JsHint ".jshintrc" file with Visual Studio 2013 Web Essentials extension?

From Dev

Using LESS with MVC5 in Visual Studio 2013 with Web Essentials

From Dev

How can I disable code signing for debug builds in Visual Studio 2013?

From Dev

How can I timestamp IIS Web deployment packages made with Visual Studio 2013?

From Dev

Can Web Essentials be configured to NOT add *.css files to Visual Studio project?

From Dev

How to disable LESS intellisense in Visual Studio 2013?

From Dev

How can I develop Kooboo modules with Visual Studio 2013?

From Dev

How can I log my SQL calls in Visual Studio 2013?

From Dev

How can I get started with Xamarin from Visual Studio 2013?

From Java

How can I switch my signed in user in Visual Studio 2013?

From Java

How can I turn off Visual Studio 2013 Preview?

From Dev

How can I add C# 6.0 to Visual Studio 2013?

From Dev

Can not update web reference in Visual Studio 2013

From Dev

Visual studio web essentials 2013 cannot compile bootstrap.less V3.1.1

From Dev

In Visual Studio 2013 with Web Essentials, is there a way to revert images encoded with "Encode Image in base 64" to the file name?

From Java

How can I disable NPM package restore in Visual Studio 2015?

From Java

How can I disable live code analysis in Visual Studio 2017?

From Dev

How can I disable GPU rendering in Visual Studio Code

From Dev

Disable git in Visual Studio 2013

From Dev

Can I use Sass(css preprocessor) in Visual Studio Express 2013 for web?

From Dev

Where can I change the port of a Web Site Project (WCF) in Visual Studio 2013?

From Dev

How do I stop Visual Studio 2013 jumping out of quotes when I type a space in web editor?

From Dev

How to disable Visual Studio 2013's faint yellow highlighting of whitespace

Related Related

  1. 1

    How can I suppress the JSHint "JSCS: Illegal Space" warnings in Visual Studio 2013?

  2. 2

    Visual Studio 2013 Keeps Crashing with Web Essentials

  3. 3

    How can I configure Web Essentials 2013 to ignore files?

  4. 4

    How can I configure Web Essentials 2013 to ignore files?

  5. 5

    How can I bring back Web Essentials CSS Output Window in Visual Studio

  6. 6

    Integrating Compass into Visual Studio 2013 update 2 with Web Essentials 2013

  7. 7

    How do you use JsHint ".jshintrc" file with Visual Studio 2013 Web Essentials extension?

  8. 8

    Using LESS with MVC5 in Visual Studio 2013 with Web Essentials

  9. 9

    How can I disable code signing for debug builds in Visual Studio 2013?

  10. 10

    How can I timestamp IIS Web deployment packages made with Visual Studio 2013?

  11. 11

    Can Web Essentials be configured to NOT add *.css files to Visual Studio project?

  12. 12

    How to disable LESS intellisense in Visual Studio 2013?

  13. 13

    How can I develop Kooboo modules with Visual Studio 2013?

  14. 14

    How can I log my SQL calls in Visual Studio 2013?

  15. 15

    How can I get started with Xamarin from Visual Studio 2013?

  16. 16

    How can I switch my signed in user in Visual Studio 2013?

  17. 17

    How can I turn off Visual Studio 2013 Preview?

  18. 18

    How can I add C# 6.0 to Visual Studio 2013?

  19. 19

    Can not update web reference in Visual Studio 2013

  20. 20

    Visual studio web essentials 2013 cannot compile bootstrap.less V3.1.1

  21. 21

    In Visual Studio 2013 with Web Essentials, is there a way to revert images encoded with "Encode Image in base 64" to the file name?

  22. 22

    How can I disable NPM package restore in Visual Studio 2015?

  23. 23

    How can I disable live code analysis in Visual Studio 2017?

  24. 24

    How can I disable GPU rendering in Visual Studio Code

  25. 25

    Disable git in Visual Studio 2013

  26. 26

    Can I use Sass(css preprocessor) in Visual Studio Express 2013 for web?

  27. 27

    Where can I change the port of a Web Site Project (WCF) in Visual Studio 2013?

  28. 28

    How do I stop Visual Studio 2013 jumping out of quotes when I type a space in web editor?

  29. 29

    How to disable Visual Studio 2013's faint yellow highlighting of whitespace

HotTag

Archive