Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

JS files are not linted #18

Closed
egamma opened this issue Nov 1, 2018 · 0 comments
Closed

JS files are not linted #18

egamma opened this issue Nov 1, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@egamma
Copy link
Member

egamma commented Nov 1, 2018

Testing: microsoft/vscode#62092

Please see the screenshot below. In the tslint.json there is a jsRule that is validated but there is no diagnostic error
image

tslint.json

{
    "jsRules": {
        "triple-equals": [
            true,
            "allow-null-check"
        ]
    },
    "defaultSeverity": "warning"
}

test.js

// test a jsRule trippe equals
   let a = 2;

    if (a == 2) {
 
    }
@mjbvz mjbvz transferred this issue from microsoft/vscode-typescript-tslint-plugin Nov 6, 2018
@mjbvz mjbvz added the bug Something isn't working label Nov 6, 2018
@mjbvz mjbvz closed this as completed in a014c36 Nov 6, 2018
@egamma egamma reopened this Nov 6, 2018
@egamma egamma closed this as completed Nov 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants