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

JSON schema support for .jshintrc #4

Closed
dbaeumer opened this issue Nov 23, 2015 · 2 comments
Closed

JSON schema support for .jshintrc #4

dbaeumer opened this issue Nov 23, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@dbaeumer
Copy link
Member

From @scottaddie on November 22, 2015 4:23

Prior to the 0.10.1 release, the following settings were baked into the editor:

        // Control whether jshint is enabled for JavaScript files or not.
    "jshint.enable": true,

    // The jshint options object to provide args to the jshint command.
    "jshint.options": {},

Now that there's an official JSHint extension, the following schema support should be added by it rather than including it into the editor:

        {
            "fileMatch": [
                "/.jshintrc"
            ],
            "url": "http://json.schemastore.org/jshintrc"
        },

I'd argue the same point regarding the JSCS extension. It should add the following to the settings, rather than baking it into the editor:

        {
            "fileMatch": [
                "/.jscsrc"
            ],
            "url": "http://json.schemastore.org/jscsrc"
        }

Copied from original issue: microsoft/vscode#433

@dbaeumer dbaeumer self-assigned this Nov 23, 2015
@dbaeumer dbaeumer changed the title JSON schema support for .jshintrc and .jscsrc JSON schema support for .jshintrc Nov 23, 2015
@dbaeumer
Copy link
Member Author

Depends on microsoft/vscode#489

@dbaeumer dbaeumer added the bug label Nov 23, 2015
@dbaeumer dbaeumer added this to the Dec 2015 milestone Dec 14, 2015
@dbaeumer
Copy link
Member Author

Done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant