Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brackets use of JSHint and JSCS #10

Open
swaggerloaf opened this issue Mar 22, 2015 · 1 comment
Open

Brackets use of JSHint and JSCS #10

swaggerloaf opened this issue Mar 22, 2015 · 1 comment

Comments

@swaggerloaf
Copy link

John, great class, I had to do a little more setup to mimic your Brackets setup, I may have skipped over this if you did mention.
Using Brackets Release 1.2 build 1.2.0-15697
in Brackets menu

Debug-> Open Preferences File

I added the language section

{
    "themes.theme": "delkos",
    "fonts.fontSize": "19px",
    "language": {
        "javascript": {
            "linting.prefer": [
                "JSHint",
                "JSCS"
            ],
            "linting.usePreferredOnly": true
        }
    },
    "linting.enabled": true
}
@ghost
Copy link

ghost commented Jun 27, 2016

... there is much more to do now at this step

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

No branches or pull requests

1 participant