johnpapa / pluralsight-gulp

Starter Code for Pluralsight Course "JavaScript Build Automation with Gulp.js"
http://jpapa.me/gulpps
MIT License
158 stars 262 forks source link

Brackets use of JSHint and JSCS #10

Open swaggerloaf opened 9 years ago

swaggerloaf commented 9 years ago

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 commented 8 years ago

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