tech: removed js related stuff now that 99% is typescript (#12905)

This commit is contained in:
Torkel Ödegaard
2018-08-13 15:56:11 +02:00
committed by GitHub
parent 9031866caa
commit c521f51780
9 changed files with 28 additions and 485 deletions
-4
View File
@@ -9,8 +9,6 @@ module.exports = function(grunt) {
]);
grunt.registerTask('test', [
'jscs',
'jshint',
'sasslint',
'exec:tslint',
"exec:jest",
@@ -19,8 +17,6 @@ module.exports = function(grunt) {
]);
grunt.registerTask('precommit', [
'jscs',
'jshint',
'sasslint',
'exec:tslint',
'no-only-tests'