fork-openpgpjs/.jscsrc
Tankred Hase 5f55c7ab20 Add linting to grunt test job
* Add grunt-jscs and .jscsrc (lint trailing whitespaces and indentation length)
* Cleanup .jshintrc (use globals instead of deprecated predefs)
* Add Gruntfile.js and *.json linting to npm test

N.B. This does not lint the whole src/ directory during grunt test but
this should definitely be our goal. Please try to de-lint any js files
you touch during development using a texteditor that support linting
(Sublime Text 3 and SublimeLinter 3 with jshint/jscs plugins work great)
2016-01-31 07:32:13 +07:00

4 lines
68 B
Plaintext

{
"disallowTrailingWhitespace": true,
"validateIndentation": 2
}