-
- Issue Type: `Bug`
- Extension Name: `jshint`
- Extension Version: `0.10.20`
- OS Version: `Darwin x64 18.5.0`
- VSCode version: `1.33.1`
:warning: We have written the needed data into your cl…
-
The project's code need refactoring:
- remove hard coded lib
- externalize CSS / fonts / images from app directory
- use AngularJS specialised files (controller, directive, factory, module, config.…
-
The jsHint library has support for .jshintignore file.
This file must be specified at the root of the project and only the root. This is unlike the .jshintrc file which can be at any level and have …
-
There have been a lot of conversation so far relating to the project structure, so I'm going to summarize them all here.
1. #59: Src and dist structure.
2. #79: Bower package not found.
3. #71: Karma…
-
Let's start collecting bits and pieces for our JavaScript conventions.
A few ideas to start:
1. Use JSHint. Add `.jshintrc` file that we can drop into our projects.
2. Find a baseline style guide t…
-
Caught by jshint.
```
ngpvm.web\js\pvCommon\services\managers\pvMenuAndRouteManager.js
line 187 | 'serverRoute' is not defined
```
``` javascript
fullURL = pvResources.addWebsiteBasePath(serverRoute…
-
[Enter steps to reproduce below:]
1. Type `%(file)` in terminal window.
2. Press ctrl to view dynamic suggestions list.
3. Press home, type `echo` and a space.
4. Press enter, down arrow
5. Error
**A…
-
### Issue details
**Failed to load resource: the server responded with a status of 404 (Not Found)**
### Steps to reproduce/test case
Run build process via Gulp; BrowserSync is up and running withou…
-
Why I do not see any errors in this code?
(function () {
'use strict';
a=12
vv
'
})();
-
```
Create a jsHint processor implementation which would use node. The main benefit
of this processor: it should be faster than the current rhino based
implementation.
```
Original issue reported …