Run npm install
to install the dependencies from the package.json
.
.brackets.json
configures JSLint for Bracketsjslint.json
configures JSLint forgrunt jslint
.
Both json-files should be same configured.
Import project in Brackets and open Gruntfile.js
and js/test.js
; no errors are shown.
Call grunt
in the root of the project. The following tasks are executed by default:
grunt jslint
grunt jshint
grunt jscs