Merge remote-tracking branch 'origin/graphite-query-editor-enhancements'

This commit is contained in:
Torkel Ödegaard
2018-01-23 16:02:46 +01:00
20 changed files with 938 additions and 452 deletions

View File

@ -19,6 +19,8 @@ module.exports = function(grunt) {
]);
grunt.registerTask('precommit', [
'jscs',
'jshint',
'sasslint',
'exec:tslint',
'no-only-tests'